diff options
author | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
commit | e05e426ab43da6bb48ab55916d999c4d503e688a (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /pkgtools | |
parent | 6ac78ffb0f037a74145725b7dcfcfa4652d7dd23 (diff) | |
download | pkgsrc-e05e426ab43da6bb48ab55916d999c4d503e688a.tar.gz |
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/gnome-packagekit/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/packagekit/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/gnome-packagekit/Makefile b/pkgtools/gnome-packagekit/Makefile index a3f018e74bc..797ba37a14d 100644 --- a/pkgtools/gnome-packagekit/Makefile +++ b/pkgtools/gnome-packagekit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2013/06/03 10:05:50 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2013/06/04 22:16:57 tron Exp $ # DISTNAME= gnome-packagekit-0.4.0 -PKGREVISION= 25 +PKGREVISION= 26 CATEGORIES= pkgtools gnome MASTER_SITES= http://www.packagekit.org/releases/ diff --git a/pkgtools/packagekit/Makefile b/pkgtools/packagekit/Makefile index 5f47df6e4a8..7dd486b9259 100644 --- a/pkgtools/packagekit/Makefile +++ b/pkgtools/packagekit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2013/06/03 10:05:50 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2013/06/04 22:16:57 tron Exp $ # DISTNAME= PackageKit-0.4.0 -PKGREVISION= 25 +PKGREVISION= 26 PKGNAME= ${DISTNAME:S/PackageKit/packagekit/} CATEGORIES= pkgtools MASTER_SITES= http://www.packagekit.org/releases/ |