diff options
-rw-r--r-- | textproc/sowing/Makefile | 3 | ||||
-rw-r--r-- | textproc/sowing/distinfo | 4 | ||||
-rw-r--r-- | textproc/sowing/files/patch-src_bfort_Makefile.in | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/sowing/Makefile b/textproc/sowing/Makefile index f68f6b9e6560..d74748ba2940 100644 --- a/textproc/sowing/Makefile +++ b/textproc/sowing/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sowing -PORTVERSION= 1.1.16 -PORTREVISION= 1 +PORTVERSION= 1.1.17 CATEGORIES= textproc MASTER_SITES= http://ftp.mcs.anl.gov/pub/sowing/ diff --git a/textproc/sowing/distinfo b/textproc/sowing/distinfo index cdebcf6cef94..b77eaaa3f642 100644 --- a/textproc/sowing/distinfo +++ b/textproc/sowing/distinfo @@ -1,2 +1,2 @@ -SHA256 (sowing-1.1.16.tar.gz) = 284b43164d3da551e6cd5abe450e9dda81848d4302868f5812000fedbcfe81cb -SIZE (sowing-1.1.16.tar.gz) = 507064 +SHA256 (sowing-1.1.17.tar.gz) = fb6d76c02c9691c8abe652498283ef5d260cb2ec4d0ec7afaa7623aaa7de8bb8 +SIZE (sowing-1.1.17.tar.gz) = 660384 diff --git a/textproc/sowing/files/patch-src_bfort_Makefile.in b/textproc/sowing/files/patch-src_bfort_Makefile.in index 302b9971e377..b18325de43ae 100644 --- a/textproc/sowing/files/patch-src_bfort_Makefile.in +++ b/textproc/sowing/files/patch-src_bfort_Makefile.in @@ -1,6 +1,6 @@ --- ./src/bfort/Makefile.in.orig 2009-12-28 17:03:12.000000000 +0100 +++ ./src/bfort/Makefile.in 2009-12-30 14:34:18.000000000 +0100 -@@ -4,14 +4,14 @@ +@@ -4,15 +4,15 @@ include ../../Makerules top_srcdir=@top_srcdir@ srcdir=@srcdir@ @@ -12,8 +12,10 @@ LIBS = ../../lib/libsowing.a INCLUDES = -I${top_srcdir}/include -I../../include --DEFS = -DBASEDEF='"@datarootdir@/basedefs.txt"' -+DEFS = -DBASEDEF='"@datadir@/basedefs.txt"' +-DEFS = -DBASEDEF='"@datarootdir@/bfort-base.txt"' \ +- -DBASEPATH='"@datarootdir@"' ++DEFS = -DBASEDEF='"@datadir@/bfort-base.txt"' \ ++ -DBASEPATH='"@datadir@"' PROGRAMS = bfort bfort: bfort.o doc.o |