diff options
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 03c2f125ece2..6312c7572f02 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -10,9 +10,9 @@ CUPS_MASTER_SITES=\ ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${CUPS_VERSION}/ CUPS_VERSION= 1.1.18 -CUPS_REVISION= 1 +CUPS_REVISION= 0 CUPS_PORTVER= ${CUPS_VERSION}.${CUPS_REVISION} -CUPS_PORTREV= 4 +CUPS_PORTREV= 5 CUPS_PORTEPOCH= 0 CUPS_FILESDIR= ${.CURDIR}/../../print/cups/files CUPS_ETCDIR= ${PREFIX}/etc/cups |