diff options
author | makc <makc@FreeBSD.org> | 2013-03-26 22:27:15 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-26 22:27:15 +0800 |
commit | e65376a599ba73729963b0e3f701b02ebb2cadf1 (patch) | |
tree | e0ca3143e33b4ba73798982ef43d77cd1404cd75 /textproc/raptor2 | |
parent | 1ffb0f165fd9620da3cf2a16571942ade94333dd (diff) | |
download | freebsd-ports-gnome-e65376a599ba73729963b0e3f701b02ebb2cadf1.tar.gz freebsd-ports-gnome-e65376a599ba73729963b0e3f701b02ebb2cadf1.tar.zst freebsd-ports-gnome-e65376a599ba73729963b0e3f701b02ebb2cadf1.zip |
- Update to 2.0.9
- Convert gnomehack to USES
- Remove needless '@exec mkdir' from plist
Diffstat (limited to 'textproc/raptor2')
-rw-r--r-- | textproc/raptor2/Makefile | 6 | ||||
-rw-r--r-- | textproc/raptor2/distinfo | 4 | ||||
-rw-r--r-- | textproc/raptor2/pkg-plist | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 50454ebd2589..fe98ec4c0546 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= raptor2 -PORTVERSION= 2.0.8 -PORTREVISION= 2 +PORTVERSION= 2.0.9 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} @@ -17,7 +16,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21 -USE_GNOME= gnomehack libxml2 libxslt +USE_GNOME= libxml2 libxslt +USES= pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ diff --git a/textproc/raptor2/distinfo b/textproc/raptor2/distinfo index 5258bdac7ccd..d8d71806ac64 100644 --- a/textproc/raptor2/distinfo +++ b/textproc/raptor2/distinfo @@ -1,2 +1,2 @@ -SHA256 (raptor2-2.0.8.tar.gz) = 6031083c9c7ce02ae4f1fb186bb3b05bd32aac012e26468e537a1cee6c67e7d7 -SIZE (raptor2-2.0.8.tar.gz) = 1737255 +SHA256 (raptor2-2.0.9.tar.gz) = e26fb9c18e6ebf71100f434070d50196a21d592b715e361850c3b4e789b5f6ef +SIZE (raptor2-2.0.9.tar.gz) = 1788163 diff --git a/textproc/raptor2/pkg-plist b/textproc/raptor2/pkg-plist index 29f8e77f82dd..be9fa83995f4 100644 --- a/textproc/raptor2/pkg-plist +++ b/textproc/raptor2/pkg-plist @@ -6,7 +6,6 @@ lib/libraptor2.la lib/libraptor2.so lib/libraptor2.so.0 libdata/pkgconfig/raptor2.pc -@exec mkdir -p %D/share/gtk-doc/html/raptor2 share/gtk-doc/html/raptor2/home.png share/gtk-doc/html/raptor2/index.html share/gtk-doc/html/raptor2/index.sgml |