diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-02-02 22:34:13 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-02-02 22:34:13 +0800 |
commit | 084b3fb689b34a987cf542d6aad01f4fe51f1564 (patch) | |
tree | 4016806a8ee31c3ec8b283ac5e0f2517da1a1d6c /print | |
parent | b41c91bc1b45b7ea42fd0a8d2ede7c094cd86369 (diff) | |
download | freebsd-ports-gnome-084b3fb689b34a987cf542d6aad01f4fe51f1564.tar.gz freebsd-ports-gnome-084b3fb689b34a987cf542d6aad01f4fe51f1564.tar.zst freebsd-ports-gnome-084b3fb689b34a987cf542d6aad01f4fe51f1564.zip |
- Update to 0.0.3
Diffstat (limited to 'print')
-rw-r--r-- | print/pdfcube/Makefile | 11 | ||||
-rw-r--r-- | print/pdfcube/distinfo | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index e027484129c6..91e6542f9a46 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pdfcube -PORTVERSION= 0.0.2 -PORTREVISION= 4 +PORTVERSION= 0.0.3 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ @@ -15,11 +14,17 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= An OpenGL presentation viewer on a spinning cube LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \ - poppler-glib:${PORTSDIR}/graphics/poppler-gtk + poppler-glib:${PORTSDIR}/graphics/poppler-gtk \ + boost_program_options:${PORTSDIR}/devel/boost USE_GL= glut GNU_CONFIGURE= yes PLIST_FILES= bin/pdfcube +post-patch: + ${REINPLACE_CMD} -e \ + 's|BOOSTLIBDIR/libboost_program_options\*\.{so,a}\*|BOOSTLIBDIR/libboost_program_options.so|' \ + ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/print/pdfcube/distinfo b/print/pdfcube/distinfo index 5c5cca8a1b22..994bf91a6d28 100644 --- a/print/pdfcube/distinfo +++ b/print/pdfcube/distinfo @@ -1,3 +1,3 @@ -MD5 (pdfcube-0.0.2.tar.gz) = 391fc1f65bbe1fcf5905d87d70749ba1 -SHA256 (pdfcube-0.0.2.tar.gz) = 1a1f951ec56abb15e59a4ef1f29c7d5dd4f95f4b59aa59f0a76e304e3f3140b0 -SIZE (pdfcube-0.0.2.tar.gz) = 318649 +MD5 (pdfcube-0.0.3.tar.gz) = 8d6544b8892893f26334334d66899c9d +SHA256 (pdfcube-0.0.3.tar.gz) = 3dc8f35c9587b13afca72163daf7076fb575dfd01dbaad116874cd95e7be4878 +SIZE (pdfcube-0.0.3.tar.gz) = 320515 |