diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-16 11:48:53 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-16 11:48:53 +0800 |
commit | 9e54b9eb188853316718388345edeb923b84c28c (patch) | |
tree | 03ece173b3f87d1c11dfda72984542498385aa0d /textproc/sowing | |
parent | 4ddd60bb7119509d9f98c5435e86b67966be7727 (diff) | |
download | freebsd-ports-gnome-9e54b9eb188853316718388345edeb923b84c28c.tar.gz freebsd-ports-gnome-9e54b9eb188853316718388345edeb923b84c28c.tar.zst freebsd-ports-gnome-9e54b9eb188853316718388345edeb923b84c28c.zip |
Upgrade to 1.1.17.
PR: 197459
Submitted by: Ports Fury
Diffstat (limited to 'textproc/sowing')
-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 |