View | Details | Raw Unified | Return to bug 197459
Collapse All | Expand All

(-)textproc/sowing/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/textproc/sowing/Makefile 365683 2014-08-22 18:06:48Z amdmi3 $
2
# $FreeBSD: head/textproc/sowing/Makefile 365683 2014-08-22 18:06:48Z amdmi3 $
3
3
4
PORTNAME=	sowing
4
PORTNAME=	sowing
5
PORTVERSION=	1.1.16
5
PORTVERSION=	1.1.17
6
PORTREVISION=	1
7
CATEGORIES=	textproc
6
CATEGORIES=	textproc
8
MASTER_SITES=	http://ftp.mcs.anl.gov/pub/sowing/
7
MASTER_SITES=	http://ftp.mcs.anl.gov/pub/sowing/
9
8
(-)textproc/sowing/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (sowing-1.1.16.tar.gz) = 284b43164d3da551e6cd5abe450e9dda81848d4302868f5812000fedbcfe81cb
1
SHA256 (sowing-1.1.17.tar.gz) = fb6d76c02c9691c8abe652498283ef5d260cb2ec4d0ec7afaa7623aaa7de8bb8
2
SIZE (sowing-1.1.16.tar.gz) = 507064
2
SIZE (sowing-1.1.17.tar.gz) = 660384
(-)textproc/sowing/files/patch-src_bfort_Makefile.in (-3 / +5 lines)
Lines 1-6 Link Here
1
--- ./src/bfort/Makefile.in.orig	2009-12-28 17:03:12.000000000 +0100
1
--- ./src/bfort/Makefile.in.orig	2009-12-28 17:03:12.000000000 +0100
2
+++ ./src/bfort/Makefile.in	2009-12-30 14:34:18.000000000 +0100
2
+++ ./src/bfort/Makefile.in	2009-12-30 14:34:18.000000000 +0100
3
@@ -4,14 +4,14 @@
3
@@ -4,15 +4,15 @@
4
 include ../../Makerules
4
 include ../../Makerules
5
 top_srcdir=@top_srcdir@
5
 top_srcdir=@top_srcdir@
6
 srcdir=@srcdir@
6
 srcdir=@srcdir@
Lines 12-19 Link Here
12
 
12
 
13
 LIBS       =  ../../lib/libsowing.a
13
 LIBS       =  ../../lib/libsowing.a
14
 INCLUDES   = -I${top_srcdir}/include -I../../include
14
 INCLUDES   = -I${top_srcdir}/include -I../../include
15
-DEFS       = -DBASEDEF='"@datarootdir@/basedefs.txt"'
15
-DEFS       = -DBASEDEF='"@datarootdir@/bfort-base.txt"' \
16
+DEFS       = -DBASEDEF='"@datadir@/basedefs.txt"'
16
-	     -DBASEPATH='"@datarootdir@"'
17
+DEFS       = -DBASEDEF='"@datadir@/bfort-base.txt"' \
18
+	     -DBASEPATH='"@datadir@"'
17
 PROGRAMS   = bfort
19
 PROGRAMS   = bfort
18
 
20
 
19
 bfort: bfort.o  doc.o
21
 bfort: bfort.o  doc.o

Return to bug 197459