diff options
author | thierry <thierry@FreeBSD.org> | 2008-04-07 03:52:44 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2008-04-07 03:52:44 +0800 |
commit | bca8d5883c8f224ed1099ba4eae11e0f701d340f (patch) | |
tree | a3ae2fe0c791a9c3faaf010532adae471405dfb8 /textproc/sowing | |
parent | 2ed3dc381ff6e0e1ffbd405423b3cdac12138535 (diff) | |
download | freebsd-ports-gnome-bca8d5883c8f224ed1099ba4eae11e0f701d340f.tar.gz freebsd-ports-gnome-bca8d5883c8f224ed1099ba4eae11e0f701d340f.tar.zst freebsd-ports-gnome-bca8d5883c8f224ed1099ba4eae11e0f701d340f.zip |
Upgrade to 1.1.12.
Reported by: portscout
Diffstat (limited to 'textproc/sowing')
-rw-r--r-- | textproc/sowing/Makefile | 3 | ||||
-rw-r--r-- | textproc/sowing/distinfo | 6 | ||||
-rw-r--r-- | textproc/sowing/files/patch-Makefile.in | 24 |
3 files changed, 16 insertions, 17 deletions
diff --git a/textproc/sowing/Makefile b/textproc/sowing/Makefile index 9a297388e097..328db48db4a8 100644 --- a/textproc/sowing/Makefile +++ b/textproc/sowing/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sowing -PORTVERSION= 1.1.11 -PORTREVISION= 1 +PORTVERSION= 1.1.12 CATEGORIES= textproc MASTER_SITES= ftp://info.mcs.anl.gov/pub/sowing/ diff --git a/textproc/sowing/distinfo b/textproc/sowing/distinfo index ff343df4ac63..4df2e7491dc7 100644 --- a/textproc/sowing/distinfo +++ b/textproc/sowing/distinfo @@ -1,3 +1,3 @@ -MD5 (sowing-1.1.11.tar.gz) = 70671db1c55c4722a3fbaba2e3570ba1 -SHA256 (sowing-1.1.11.tar.gz) = 4ac108d7c877a2757b3bf2294dd8047a872f36ac7b7efda0b2d0b212954eb770 -SIZE (sowing-1.1.11.tar.gz) = 629621 +MD5 (sowing-1.1.12.tar.gz) = d2412482a18d9cbd555fc21d9c4f0f56 +SHA256 (sowing-1.1.12.tar.gz) = 582a96c9292433da55550c6cef2ac6b3a79c73e224610b6d551e9aac46bce9d1 +SIZE (sowing-1.1.12.tar.gz) = 638068 diff --git a/textproc/sowing/files/patch-Makefile.in b/textproc/sowing/files/patch-Makefile.in index f86f1df1234a..da6ef32f7bf8 100644 --- a/textproc/sowing/files/patch-Makefile.in +++ b/textproc/sowing/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- ./Makefile.in.orig Mon Feb 27 17:45:34 2006 -+++ ./Makefile.in Sat Dec 16 23:59:53 2006 +--- Makefile.in.orig 2008-02-06 18:40:19.000000000 +0100 ++++ Makefile.in 2008-04-06 14:31:07.000000000 +0200 @@ -7,6 +7,7 @@ man1dir = @mandir@/man1 INSTALL = @INSTALL@ @@ -7,8 +7,8 @@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_DATA = @INSTALL_DATA@ SHELL = @SHELL@ - -@@ -62,13 +63,13 @@ + top_srcdir=@top_srcdir@ +@@ -63,13 +64,13 @@ @MKDIR@ $(man1dir) ; fi @if [ ! -d $(man1dir) ] ; then \ echo "Please create $(man1dir)" ; exit 1 ; fi @@ -25,11 +25,11 @@ fi $(INSTALL_PROGRAM) src/bfort/bfort $(bindir)/bfort $(INSTALL_PROGRAM) src/mapnames/mapnames $(bindir)/mapnames -@@ -90,6 +91,7 @@ - $(INSTALL_DATA) share/refman.sty $(datadir)/refman.sty ;\ - $(INSTALL_DATA) share/doctext/html.def $(datadir)/doctext/html.def ;\ - $(INSTALL_DATA) share/doctext/htmltabl.def $(datadir)/doctext/htmltabl.def ;\ -+ $(INSTALL_DATA) share/doctext/htmlcolor.def $(datadir)/doctext/htmlcolor.def ;\ - $(INSTALL_DATA) share/doctext/htmlargtbl.def \ - $(datadir)/doctext/htmlargtbl.def ;\ - $(INSTALL_DATA) share/doctext/latex.def $(datadir)/doctext/latex.def ;\ +@@ -91,6 +92,7 @@ + $(INSTALL_DATA) ${top_srcdir}/share/refman.sty $(datadir)/refman.sty ;\ + $(INSTALL_DATA) ${top_srcdir}/share/doctext/html.def $(datadir)/doctext/html.def ;\ + $(INSTALL_DATA) ${top_srcdir}/share/doctext/htmltabl.def $(datadir)/doctext/htmltabl.def ;\ ++ $(INSTALL_DATA) ${top_srcdir}/share/doctext/htmlcolor.def $(datadir)/doctext/htmlcolor.def ;\ + $(INSTALL_DATA) ${top_srcdir}/share/doctext/htmlargtbl.def $(datadir)/doctext/htmlargtbl.def ;\ + $(INSTALL_DATA) ${top_srcdir}/share/doctext/latex.def $(datadir)/doctext/latex.def ;\ + $(INSTALL_DATA) ${top_srcdir}/share/doctext/latexargtbl.def $(datadir)/doctext/latexargtbl.def ;\ |