diff options
author | danilo <danilo@FreeBSD.org> | 2014-06-08 02:28:33 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-06-08 02:28:33 +0800 |
commit | e3f88d6c54a14cc4df25abc6731eaae0b383a796 (patch) | |
tree | a9ebfbbd889673dcec31744e4b9304d3118dca24 | |
parent | 737405d76fc301644b40ad0c5bac5ecf5c4ab326 (diff) | |
download | freebsd-ports-gnome-e3f88d6c54a14cc4df25abc6731eaae0b383a796.tar.gz freebsd-ports-gnome-e3f88d6c54a14cc4df25abc6731eaae0b383a796.tar.zst freebsd-ports-gnome-e3f88d6c54a14cc4df25abc6731eaae0b383a796.zip |
- Update from 1.0.53 to 1.0.54
- Add libtool to USES
PR: ports/190758
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
-rw-r--r-- | print/cups-filters/Makefile | 7 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 4 | ||||
-rw-r--r-- | print/cups-filters/pkg-plist | 5 |
3 files changed, 8 insertions, 8 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index c6ea6b0e0db7..ac3167108dac 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cups-filters -PORTVERSION= 1.0.53 -PORTREVISION= 1 +PORTVERSION= 1.0.54 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ @@ -22,13 +21,13 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpoppler.so:${PORTSDIR}/graphics/poppler MAKE_JOBS_UNSAFE=YES -USES= compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz +USES= compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz libtool SHEBANG_FILES= filter/textonly USE_GNOME= glib20 USE_GHOSTSCRIPT= yes USE_RC_SUBR= cups_browsed GNU_CONFIGURE= yes -CUPS_SOCKET= /var/run/cups.sock +CUPS_SOCKET?= /var/run/cups.sock CONFIGURE_ARGS= --with-cups-domainsocket=${CUPS_SOCKET} CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" \ LIBQPDF_CFLAGS="-I${LOCALBASE}/include" LIBQPDF_LIBS="-lqpdf" diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index 2aa413402e75..376b5d320b06 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,2 +1,2 @@ -SHA256 (cups-filters-1.0.53.tar.xz) = a25b55228cc13549d6989a9f6319e4e313ce42fe88d8b645e02b0c17d02dc2bf -SIZE (cups-filters-1.0.53.tar.xz) = 1312476 +SHA256 (cups-filters-1.0.54.tar.xz) = f9a58cc9f02f2257727248a71b99a74e6ef79e2e8527ef58bcd81e6154bc0966 +SIZE (cups-filters-1.0.54.tar.xz) = 1314324 diff --git a/print/cups-filters/pkg-plist b/print/cups-filters/pkg-plist index cedd208ebe5e..09cc05ad96ac 100644 --- a/print/cups-filters/pkg-plist +++ b/print/cups-filters/pkg-plist @@ -11,13 +11,13 @@ include/fontembed/fontfile.h include/fontembed/iofn.h include/fontembed/sfnt.h lib/libcupsfilters.a -lib/libcupsfilters.la lib/libcupsfilters.so lib/libcupsfilters.so.1 +lib/libcupsfilters.so.1.0.0 lib/libfontembed.a -lib/libfontembed.la lib/libfontembed.so lib/libfontembed.so.1 +lib/libfontembed.so.1.0.0 libdata/pkgconfig/libcupsfilters.pc libdata/pkgconfig/libfontembed.pc libexec/cups/backend/parallel @@ -39,6 +39,7 @@ libexec/cups/filter/pdftoraster libexec/cups/filter/pstopdf libexec/cups/filter/rastertoescpx libexec/cups/filter/rastertopclx +libexec/cups/filter/rastertopdf libexec/cups/filter/textonly libexec/cups/filter/texttopdf libexec/cups/filter/texttops |