diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2011-12-22 23:06:31 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2011-12-22 23:06:31 +0800 |
commit | d9b3d434cb98e6726ab7a1c079b6df1ccfb671ce (patch) | |
tree | 1782416f4a47bc052395738edf44abd1d69dec4f /print/pdfcube | |
parent | 0f80c8c73c64759f43e17919e11d50b14456f6c8 (diff) | |
download | freebsd-ports-gnome-d9b3d434cb98e6726ab7a1c079b6df1ccfb671ce.tar.gz freebsd-ports-gnome-d9b3d434cb98e6726ab7a1c079b6df1ccfb671ce.tar.zst freebsd-ports-gnome-d9b3d434cb98e6726ab7a1c079b6df1ccfb671ce.zip |
- Unbreak and update to 0.0.4-beta
Diffstat (limited to 'print/pdfcube')
-rw-r--r-- | print/pdfcube/Makefile | 6 | ||||
-rw-r--r-- | print/pdfcube/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index 4bfbd69a976e..ec33b01740a4 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pdfcube -PORTVERSION= 0.0.3 -PORTREVISION= 5 +DISTVERSION= 0.0.4-beta CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ @@ -18,11 +17,10 @@ LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \ poppler-glib:${PORTSDIR}/graphics/poppler-glib \ boost_program_options:${PORTSDIR}/devel/boost-libs -BROKEN= Doesn't build with poppler 0.18 - USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} PLIST_FILES= bin/pdfcube diff --git a/print/pdfcube/distinfo b/print/pdfcube/distinfo index 949c72ff4cbf..a20536e325d6 100644 --- a/print/pdfcube/distinfo +++ b/print/pdfcube/distinfo @@ -1,2 +1,2 @@ -SHA256 (pdfcube-0.0.3.tar.gz) = 3dc8f35c9587b13afca72163daf7076fb575dfd01dbaad116874cd95e7be4878 -SIZE (pdfcube-0.0.3.tar.gz) = 320515 +SHA256 (pdfcube-0.0.4-beta.tar.gz) = ac32d189a5cc3c7ef0bb2733b21ac5ead7c2af2cbafe0d4cb70efa155bbd9cb1 +SIZE (pdfcube-0.0.4-beta.tar.gz) = 110970 |