diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-12-11 03:47:42 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-12-11 03:47:42 +0800 |
commit | 90f085ffff2eed9fb3e56fe8889d16fb98adfcd5 (patch) | |
tree | 50f04461262d87b4ed1f2289ab3793ba8ffa0ee1 /misc | |
parent | 816e8879cd08ff5ea872d6db5b06566834d11dbe (diff) | |
download | freebsd-ports-gnome-90f085ffff2eed9fb3e56fe8889d16fb98adfcd5.tar.gz freebsd-ports-gnome-90f085ffff2eed9fb3e56fe8889d16fb98adfcd5.tar.zst freebsd-ports-gnome-90f085ffff2eed9fb3e56fe8889d16fb98adfcd5.zip |
- Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kenny/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Business-Hours/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/kenny/Makefile b/misc/kenny/Makefile index c64f28dfef2d..99d1c19b336a 100644 --- a/misc/kenny/Makefile +++ b/misc/kenny/Makefile @@ -3,6 +3,7 @@ PORTNAME= kenny PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}\ http://www.cgarbs.de/stuff/ diff --git a/misc/p5-Business-Hours/Makefile b/misc/p5-Business-Hours/Makefile index 208c95743646..2f3bee582842 100644 --- a/misc/p5-Business-Hours/Makefile +++ b/misc/p5-Business-Hours/Makefile @@ -3,6 +3,7 @@ PORTNAME= Business-Hours PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |