Update to 1.1.22, which was released on 29 October and is the

latest version. While I'm here, make pkg-message print the
actual prefix when the port is installed, and a nicer message
for package installs.

This version of the software also includes 'es' man pages to
go with the 'fr' ones.
This commit is contained in:
Doug Barton 2004-11-15 04:24:32 +00:00
parent e228446e3e
commit 60171985c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121635
5 changed files with 11 additions and 9 deletions

View File

@ -9,7 +9,6 @@
PORTNAME= cups-base
PORTVERSION= ${CUPS_PORTVER}
PORTREVISION= 1
PORTREVISION= ${CUPS_PORTREV}
PORTEPOCH= ${CUPS_PORTEPOCH}
CATEGORIES= print
@ -26,6 +25,8 @@ MANLANG= ""
post-patch:
@${REINPLACE_CMD} -e '/SILENT/d' \
${WRKSRC}/Makedefs.in
@${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \
${WRKSRC}/man/Makefile ${WRKSRC}/man/es/Makefile
@${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \
${WRKSRC}/man/Makefile ${WRKSRC}/man/fr/Makefile
@${REINPLACE_CMD} -e 's|/etc/cups|/usr/local/etc/cups|g' \
@ -49,7 +50,7 @@ post-install:
${MKDIR} ${CUPS_SPOOLDIR} ${CUPS_SPOOLDIR}/tmp
${CHOWN} -R ${CUPSOWN}:${CUPSGRP} ${CUPS_SPOOLDIR}
${CHMOD} -R g+w ${CUPS_SPOOLDIR}
@${CAT} ${PKGMESSAGE}
@${SED} -e 's#PREFIX#${PREFIX}#' ${PKGMESSAGE}
.include "${.CURDIR}/../../print/cups/Makefile.common"
.include <bsd.port.pre.mk>

View File

@ -2,9 +2,9 @@
CUPS is now installed.
Please read the documentation in %%PREFIX%%/share/doc/cups/ for information
Please read the documentation in PREFIX/share/doc/cups/ for information
on how to set up your printer to use CUPS. Basic template configuration files
have been installed in %%PREFIX%%/etc/cups/
have been installed in PREFIX/etc/cups/
To install the BSD and System V compatibility binaries look to the port
print/cups-lpr. These are no longer installed as part of the base cups port

View File

@ -9,7 +9,6 @@
PORTNAME= cups-lpr
PORTVERSION= ${CUPS_PORTVER}
PORTREVISION= 1
PORTREVISION= ${CUPS_PORTREV}
PORTEPOCH= ${CUPS_PORTEPOCH}
CATEGORIES= print
@ -42,6 +41,8 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e '/SILENT/d' \
${WRKSRC}/Makedefs.in
@${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \
${WRKSRC}/man/Makefile ${WRKSRC}/man/es/Makefile
@${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \
${WRKSRC}/man/Makefile ${WRKSRC}/man/fr/Makefile

View File

@ -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.21
CUPS_VERSION= 1.1.22
CUPS_REVISION= 0
CUPS_PORTVER= ${CUPS_VERSION}.${CUPS_REVISION}
CUPS_PORTREV= 0
@ -30,7 +30,7 @@ CUPSOWN= root
.if ${PORTNAME} == "cups-base" || ${PORTNAME} == "cups-lpr"
MANLANG= "" fr
MANLANG= "" es fr
.if ${CUPS_REVISION} < 1
DISTNAME= cups-${CUPS_VERSION}-source

View File

@ -1,2 +1,2 @@
MD5 (cups-1.1.21-source.tar.bz2) = 54e9b0d9c0bdb45b956f88c14793ef65
SIZE (cups-1.1.21-source.tar.bz2) = 8549181
MD5 (cups-1.1.22-source.tar.bz2) = fe0a1b0fedccfe8b2e35e0cea1e5f0a9
SIZE (cups-1.1.22-source.tar.bz2) = 8527045