Index: head/textproc/sowing/Makefile =================================================================== --- head/textproc/sowing/Makefile (revision 379061) +++ head/textproc/sowing/Makefile (revision 379062) @@ -1,37 +1,36 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= sowing -PORTVERSION= 1.1.16 -PORTREVISION= 1 +PORTVERSION= 1.1.17 CATEGORIES= textproc MASTER_SITES= http://ftp.mcs.anl.gov/pub/sowing/ MAINTAINER= ports@FreeBSD.org COMMENT= Text processing tools to generate documentation from source files BUILD_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm USES= gmake perl5 USE_GHOSTSCRIPT=yes USE_TEX= latex dvipsk GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} ALL_TARGET= all-redirect post-patch: @${REINPLACE_CMD} -e \ 's|\([[:blank:]]\)\($$(exec_prefix)\)|\1$$(DESTDIR)\2| ; \ s|\([[:blank:]]\)\($$(bindir)\)|\1$$(DESTDIR)\2| ; \ s|\([[:blank:]]\)\($$(datadir)\)|\1$$(DESTDIR)\2| ; \ s|\([[:blank:]]\)\($$(man1dir)\)|\1$$(DESTDIR)\2|' \ ${WRKSRC}/Makefile.in .if defined(MAINTAINER_MODE) regression-test: install @(cd ${BUILD_WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} testing) .endif .include Index: head/textproc/sowing/distinfo =================================================================== --- head/textproc/sowing/distinfo (revision 379061) +++ head/textproc/sowing/distinfo (revision 379062) @@ -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 Index: head/textproc/sowing/files/patch-src_bfort_Makefile.in =================================================================== --- head/textproc/sowing/files/patch-src_bfort_Makefile.in (revision 379061) +++ head/textproc/sowing/files/patch-src_bfort_Makefile.in (revision 379062) @@ -1,19 +1,21 @@ --- ./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@ -datarootdir = @datarootdir@ +datadir = @datadir@ @VPATH@ INCLUDES = -I${top_srcdir}/include 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