diff options
author | nectar <nectar@FreeBSD.org> | 2002-02-23 16:46:58 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-02-23 16:46:58 +0000 |
commit | 19ed7f402b632c88a252147418025a95a984980c (patch) | |
tree | f699c8244cba79e7f73884643dd4b7da37a02ab7 /print/cups | |
parent | 611d2332e4460d35964043ea6d555a6c2a45eb64 (diff) | |
download | FreeBSD-ports-19ed7f402b632c88a252147418025a95a984980c.zip FreeBSD-ports-19ed7f402b632c88a252147418025a95a984980c.tar.gz |
Update 1.1.12 -> 1.1.14
Submitted by: MAINTAINER
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 6 | ||||
-rw-r--r-- | print/cups/Makefile.common | 23 | ||||
-rw-r--r-- | print/cups/Makefile.inc | 23 | ||||
-rw-r--r-- | print/cups/distinfo | 2 |
4 files changed, 49 insertions, 5 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 8876488..b3ecfed 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -6,8 +6,7 @@ # PORTNAME= cups -PORTVERSION= ${VERSION} -PORTREVISION= 1 +PORTVERSION= ${CUPS_VERSION} CATEGORIES= print MASTER_SITES= # empty DISTFILES= # none @@ -15,12 +14,11 @@ EXTRACT_ONLY= # empty MAINTAINER= jah4007@cs.rit.edu -VERSION= 1.1.12 - LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base RUN_DEPENDS= ${LOCALBASE}/sbin/cupsaddsmb:${PORTSDIR}/print/cups-lpr NO_BUILD= true do-install: # empty +.include "${.CURDIR}/Makefile.inc" .include <bsd.port.mk> diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common new file mode 100644 index 0000000..2054c4f --- /dev/null +++ b/print/cups/Makefile.common @@ -0,0 +1,23 @@ +# Common file for CUPS ports +# $FreeBSD$ + +MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${VERSION}/ \ + ftp://ftp2.easysw.com/pub/cups/${VERSION}/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${VERSION}/ \ + ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${VERSION}/ + +CUPS_VERSION= 1.1.14 + +#protect the base port +.if( $(PORTNAME) != "cups") +DISTNAME= cups-${CUPS_VERSION}-source +DISTFILES= ${DISTNAME}.tar.bz2 +WRKSRC= ${WRKDIR}/cups-${CUPS_VERSION} + +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --localstatedir=/var +.endif + diff --git a/print/cups/Makefile.inc b/print/cups/Makefile.inc new file mode 100644 index 0000000..2054c4f --- /dev/null +++ b/print/cups/Makefile.inc @@ -0,0 +1,23 @@ +# Common file for CUPS ports +# $FreeBSD$ + +MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${VERSION}/ \ + ftp://ftp2.easysw.com/pub/cups/${VERSION}/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${VERSION}/ \ + ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${VERSION}/ + +CUPS_VERSION= 1.1.14 + +#protect the base port +.if( $(PORTNAME) != "cups") +DISTNAME= cups-${CUPS_VERSION}-source +DISTFILES= ${DISTNAME}.tar.bz2 +WRKSRC= ${WRKDIR}/cups-${CUPS_VERSION} + +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --localstatedir=/var +.endif + diff --git a/print/cups/distinfo b/print/cups/distinfo index 14e6221..f871858 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1 +1 @@ -MD5 (cups-1.1.12-source.tar.bz2) = 18e74aa115e9fdaa569685e6351f0ebc +MD5 (cups-1.1.14-source.tar.bz2) = 7cc9725d94568b24f5ade78fb7e26480 |