diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-18 05:06:18 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-18 05:06:18 +0000 |
commit | ad6ceadd25e1d535423ffbc205cb3e45472c83ca (patch) | |
tree | 3fc4469ff1b731261dc8058b7c6233203bfd65ab /archivers | |
parent | 15e62c5c46f9b1689f6ba1a7bb9e0fe21332c21f (diff) | |
download | pkgsrc-ad6ceadd25e1d535423ffbc205cb3e45472c83ca.tar.gz |
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dar/Makefile | 3 | ||||
-rw-r--r-- | archivers/file-roller/Makefile | 3 | ||||
-rw-r--r-- | archivers/libcomprex/Makefile | 4 | ||||
-rw-r--r-- | archivers/libcomprex/buildlink3.mk | 4 | ||||
-rw-r--r-- | archivers/php-zlib/Makefile | 3 |
5 files changed, 10 insertions, 7 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index 6a1891f6f76..32f8ad81ae3 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2007/12/11 22:34:49 bjs Exp $ +# $NetBSD: Makefile,v 1.33 2008/01/18 05:06:18 tnn Exp $ DISTNAME= dar-2.3.6 +PKGREVISION= 1 CATEGORIES= archivers sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dar/} diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 09629a7a676..9aca8c7076b 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.79 2008/01/11 13:48:21 drochner Exp $ +# $NetBSD: Makefile,v 1.80 2008/01/18 05:06:18 tnn Exp $ # DISTNAME= file-roller-2.20.3 +PKGREVISION= 1 CATEGORIES= archivers gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/file-roller/2.20/} EXTRACT_SUFX= .tar.bz2 diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 136897dbb82..559766dcfa9 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2006/11/19 11:50:23 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2008/01/18 05:06:18 tnn Exp $ DISTNAME= libcomprex-0.3.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnupdate/} diff --git a/archivers/libcomprex/buildlink3.mk b/archivers/libcomprex/buildlink3.mk index c5cf91306c4..ffb2ef335f2 100644 --- a/archivers/libcomprex/buildlink3.mk +++ b/archivers/libcomprex/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2006/11/19 11:50:23 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2008/01/18 05:06:19 tnn Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBCOMPREX_BUILDLINK3_MK:= ${LIBCOMPREX_BUILDLINK3_MK}+ @@ -13,7 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libcomprex .if !empty(LIBCOMPREX_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.libcomprex+= libcomprex>=0.3.2 -BUILDLINK_ABI_DEPENDS.libcomprex+= libcomprex>=0.3.3nb2 +BUILDLINK_ABI_DEPENDS.libcomprex+= libcomprex>=0.3.3nb3 BUILDLINK_PKGSRCDIR.libcomprex?= ../../archivers/libcomprex .endif # LIBCOMPREX_BUILDLINK3_MK diff --git a/archivers/php-zlib/Makefile b/archivers/php-zlib/Makefile index 8a2af309c53..c474f443f00 100644 --- a/archivers/php-zlib/Makefile +++ b/archivers/php-zlib/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2006/07/10 20:57:58 sketch Exp $ +# $NetBSD: Makefile,v 1.11 2008/01/18 05:06:19 tnn Exp $ MODNAME= zlib +PKGREVISION= 1 CATEGORIES+= archivers COMMENT= PHP extension for zlib compression |