Update textproc/freexl to 1.0.0g Add staging Redports' logs: https://redports.org/buildarchive/20140109124901-75776/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Thu Jan 16 18:05:51 2014 New Revision: 339952 URL: http://svnweb.freebsd.org/changeset/ports/339952 QAT: https://qat.redports.org/buildarchive/r339952/ Log: - Update to version 1.0.0g [1] - Allow staging [1] - Fix WWW: line PR: ports/185608 [1] Submitted by: maintainer Modified: head/textproc/freexl/Makefile head/textproc/freexl/distinfo (contents, props changed) head/textproc/freexl/pkg-descr (contents, props changed) Modified: head/textproc/freexl/Makefile ============================================================================== --- head/textproc/freexl/Makefile Thu Jan 16 18:04:57 2014 (r339951) +++ head/textproc/freexl/Makefile Thu Jan 16 18:05:51 2014 (r339952) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freexl -DISTVERSION= 1.0.0f +DISTVERSION= 1.0.0g CATEGORIES= textproc MASTER_SITES= http://www.gaia-gis.it/gaia-sins/freexl-sources/ @@ -18,7 +18,6 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in Modified: head/textproc/freexl/distinfo ============================================================================== --- head/textproc/freexl/distinfo Thu Jan 16 18:04:57 2014 (r339951) +++ head/textproc/freexl/distinfo Thu Jan 16 18:05:51 2014 (r339952) @@ -1,2 +1,2 @@ -SHA256 (freexl-1.0.0f.tar.gz) = 1dfcfb3b9c0125e0baf2f0c227c102012a3d82652c8f1ae3dd719adce334fae8 -SIZE (freexl-1.0.0f.tar.gz) = 926394 +SHA256 (freexl-1.0.0g.tar.gz) = cf2b110f5fc7089fa61c7421f59caa4125b13087b4686ed82dba7abedf2ec266 +SIZE (freexl-1.0.0g.tar.gz) = 928371 Modified: head/textproc/freexl/pkg-descr ============================================================================== --- head/textproc/freexl/pkg-descr Thu Jan 16 18:04:57 2014 (r339951) +++ head/textproc/freexl/pkg-descr Thu Jan 16 18:05:51 2014 (r339952) @@ -12,4 +12,4 @@ alignments, and most formats. It ignores Basic macros and so on. FreeXL is structurally simple and quite light-weight (typically 40-80K of object code, stripped). -WWW: https://www.gaia-gis.it/fossil/freexl/index +WWW: https://www.gaia-gis.it/fossil/freexl/index _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!