diff options
author | mandree <mandree@FreeBSD.org> | 2014-08-22 14:56:48 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-08-22 14:56:48 +0800 |
commit | 3b1f983597188b6a162a88df610d4ec709dc409a (patch) | |
tree | 104d199b1c04d0fc7060e535b25f531699278d4b | |
parent | 4a6a8497b2870f0bbad39c01f18f09dd824a5641 (diff) | |
download | freebsd-ports-gnome-3b1f983597188b6a162a88df610d4ec709dc409a.tar.gz freebsd-ports-gnome-3b1f983597188b6a162a88df610d4ec709dc409a.tar.zst freebsd-ports-gnome-3b1f983597188b6a162a88df610d4ec709dc409a.zip |
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...
PR: 192690
-rw-r--r-- | comms/trustedqsl/Makefile | 1 | ||||
-rw-r--r-- | databases/dbtool/Makefile | 2 | ||||
-rw-r--r-- | mail/opendkim/Makefile | 2 | ||||
-rw-r--r-- | net/openldap24-server/Makefile | 4 | ||||
-rw-r--r-- | security/pks/Makefile | 2 | ||||
-rw-r--r-- | www/oops/Makefile | 2 |
6 files changed, 7 insertions, 6 deletions
diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 6cd9f488bd64..d81f75675686 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -2,6 +2,7 @@ PORTNAME= trustedqsl PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/TrustedQSL/v${PORTVERSION}/ DISTNAME= tqsl-${PORTVERSION} diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile index 780708267f04..20b9fa48564f 100644 --- a/databases/dbtool/Makefile +++ b/databases/dbtool/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbtool PORTVERSION= 1.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= http://www.daemon.de/idisk/Apps/dbtool/ diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 03352f482293..71ca379492f1 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendkim PORTVERSION= 2.9.2 -1P1O1R1T1R1E1V1I1S1I1O1N1=1 1 131 +PORTREVISION= 4 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index b5214523c8d7..e83187400f86 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= openldap DISTVERSION= 2.4.39 -1P1O1R1T1R1E1V1I1S1I1O1N1=1 1 1$1{1O1P1E1N1L1D1A1P1_1P1O1R1T1R1E1V1I1S1I1O1N1}1 +PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/%SUBDIR%/ \ @@ -59,7 +59,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} .endif PORTREVISION_CLIENT= 1 -PORTREVISION_SERVER= 2 +PORTREVISION_SERVER= 3 OPENLDAP_SHLIB_MAJOR= 2 OPENLDAP_MAJOR= ${DISTVERSION:R} diff --git a/security/pks/Makefile b/security/pks/Makefile index 6e712e1c3a2f..f6aa862f5265 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -3,7 +3,7 @@ PORTNAME= pks PORTVERSION= 0.9.6.20040312 -1P1O1R1T1R1E1V1I1S1I1O1N1=1 1 121 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://pks.sourceforge.net/:sf ${MASTER_SITE_LOCAL}:local MASTER_SITE_SUBDIR= .:sf mandree:local diff --git a/www/oops/Makefile b/www/oops/Makefile index a851952ddd35..1939eb41da7d 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -3,7 +3,7 @@ PORTNAME= oops PORTVERSION= ${OOPSVERSION} -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www MASTER_SITES= http://oops-cache.org/ \ ftp://kucha.ru/pub/misc/oops/ |