diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-01-24 17:23:00 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-01-24 17:23:00 +0000 |
commit | 4b20f10627d233825ef087f63864135826f513a5 (patch) | |
tree | 1c51b2ec96eb3d6953859d0c952381b8d60b600d /print/cups | |
parent | 84e2f3753feaf5d07004e5d3ca59406c43172f73 (diff) | |
download | ports-4b20f10627d233825ef087f63864135826f513a5.tar.gz ports-4b20f10627d233825ef087f63864135826f513a5.zip |
Notes
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile.common | 7 | ||||
-rw-r--r-- | print/cups/distinfo | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 0dff075f98a6..78f615796a8a 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= asa@agava.com COMMENT= The Common UNIX Printing System: Metaport to install complete system LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 0a52302fc1af..01ec6506a6f9 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -9,7 +9,7 @@ CUPS_MASTER_SITES=\ ftp://ftp.fisek.com.tr/pub/cups/${CUPS_VERSION}/ \ ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${CUPS_VERSION}/ -CUPS_VERSION= 1.1.22 +CUPS_VERSION= 1.1.23 CUPS_REVISION= 0 CUPS_PORTVER= ${CUPS_VERSION}.${CUPS_REVISION} CUPS_PORTREV= 0 @@ -72,6 +72,11 @@ CONFIGURE_ARGS+= --localstatedir=/var \ --with-docdir=${CUPS_DOCSDIR} \ --with-rcdir=${CUPS_RCDIR} +.if !defined(WITHOUT_GNUTLS) +CONFIGURE_ARGS+= --enable-gnutls +LIB_DEPENDS+= gnutls-openssl.12:${PORTSDIR}/security/gnutls +.endif + CONFIGURE_ARGS+= CPPFLAGS="-I.. -I${LOCALBASE}/include" CONFIGURE_ARGS+= DSOFLAGS="-Wl,-rpath,${PREFIX}/lib -L${PREFIX}/lib" CONFIGURE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib" diff --git a/print/cups/distinfo b/print/cups/distinfo index 8ae69ef45da8..67d487fd521d 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,2 +1,2 @@ -MD5 (cups-1.1.22-source.tar.bz2) = fe0a1b0fedccfe8b2e35e0cea1e5f0a9 -SIZE (cups-1.1.22-source.tar.bz2) = 8527045 +MD5 (cups-1.1.23-source.tar.bz2) = 4ce09b1dce09b6b9398af0daae9adf63 +SIZE (cups-1.1.23-source.tar.bz2) = 8705521 |