diff options
author | reed <reed> | 2004-01-03 18:49:33 +0000 |
---|---|---|
committer | reed <reed> | 2004-01-03 18:49:33 +0000 |
commit | a06f12bdce16b588525a769c9f6a99518e6aaef5 (patch) | |
tree | 9081871bd8eb77c4940a5eca1b3c12d42386c628 /print/cups | |
parent | 3ab1e667ba104f163d1528c390c82f6594e320cc (diff) | |
download | pkgsrc-a06f12bdce16b588525a769c9f6a99518e6aaef5.tar.gz |
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 4 | ||||
-rw-r--r-- | print/cups/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 261481c859b..b617519a555 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2003/11/12 03:39:42 jschauma Exp $ +# $NetBSD: Makefile,v 1.67 2004/01/03 18:49:51 reed Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -6,7 +6,7 @@ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${VERS} -PKGREVISION= 2 +PKGREVISION= 3 BASE_VERS= 1.1.19 DIST_VERS= ${BASE_VERS} VERS= ${DIST_VERS:S/-/./g} diff --git a/print/cups/buildlink2.mk b/print/cups/buildlink2.mk index 2b5b7dbe3ad..c9481e58198 100644 --- a/print/cups/buildlink2.mk +++ b/print/cups/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.3 2002/09/17 20:27:48 drochner Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2004/01/03 18:49:51 reed Exp $ .if !defined(CUPS_BUILDLINK2_MK) CUPS_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= cups -BUILDLINK_DEPENDS.cups?= cups>=1.1.14nb1 +BUILDLINK_DEPENDS.cups?= cups>=1.1.19nb3 BUILDLINK_PKGSRCDIR.cups?= ../../print/cups EVAL_PREFIX+= BUILDLINK_PREFIX.cups=cups |