diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-31 05:16:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-31 05:16:39 +0800 |
commit | b649dda5d4bbf72a23c927b0472697bc27c5ea57 (patch) | |
tree | 4bd9b521df8aa10dc2ec5e83854270f5e37041db /print/cups | |
parent | a3cf6f7682c2b541d3b71730ec7e65c832c954ad (diff) | |
download | freebsd-ports-gnome-b649dda5d4bbf72a23c927b0472697bc27c5ea57.tar.gz freebsd-ports-gnome-b649dda5d4bbf72a23c927b0472697bc27c5ea57.tar.zst freebsd-ports-gnome-b649dda5d4bbf72a23c927b0472697bc27c5ea57.zip |
Update to cups to 1.7.1
- Stage all cups related ports
- Cleanup (it still needs more cleanup)
Base on [1]
PR: ports/186824 [1]
Submitted by: bsam
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index d596e08f5c1b..b81178ed56f2 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cups -PORTVERSION= 1.5.4 +PORTVERSION= 1.7.1 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -11,7 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Common UNIX Printing System: Metaport to install complete system BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \ - cupsd:${PORTSDIR}/${PKGCATEGORY}/cups-base + lpr-cups:${PORTSDIR}/${PKGCATEGORY}/cups-base \ + ttfread:${PORTSDIR}/${PKGCATEGORY}/cups-filters RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes |