Date: Fri, 22 Aug 2014 06:56:48 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365611 - in head: comms/trustedqsl databases/dbtool mail/opendkim net/openldap24-server security/pks www/oops Message-ID: <201408220656.s7M6umpT058764@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Fri Aug 22 06:56:48 2014 New Revision: 365611 URL: http://svnweb.freebsd.org/changeset/ports/365611 QAT: https://qat.redports.org/buildarchive/r365611/ Log: Fix up missed or botched PORTREVISION bumps from r365599. Apparently Tools/scripts/bump-revision.sh isn't too robust... PR: 192690 Modified: head/comms/trustedqsl/Makefile head/databases/dbtool/Makefile head/mail/opendkim/Makefile head/net/openldap24-server/Makefile head/security/pks/Makefile head/www/oops/Makefile Modified: head/comms/trustedqsl/Makefile ============================================================================== --- head/comms/trustedqsl/Makefile Fri Aug 22 06:29:53 2014 (r365610) +++ head/comms/trustedqsl/Makefile Fri Aug 22 06:56:48 2014 (r365611) @@ -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} Modified: head/databases/dbtool/Makefile ============================================================================== --- head/databases/dbtool/Makefile Fri Aug 22 06:29:53 2014 (r365610) +++ head/databases/dbtool/Makefile Fri Aug 22 06:56:48 2014 (r365611) @@ -3,7 +3,7 @@ PORTNAME= dbtool PORTVERSION= 1.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= http://www.daemon.de/idisk/Apps/dbtool/ Modified: head/mail/opendkim/Makefile ============================================================================== --- head/mail/opendkim/Makefile Fri Aug 22 06:29:53 2014 (r365610) +++ head/mail/opendkim/Makefile Fri Aug 22 06:56:48 2014 (r365611) @@ -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} \ Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Fri Aug 22 06:29:53 2014 (r365610) +++ head/net/openldap24-server/Makefile Fri Aug 22 06:56:48 2014 (r365611) @@ -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: .endif PORTREVISION_CLIENT= 1 -PORTREVISION_SERVER= 2 +PORTREVISION_SERVER= 3 OPENLDAP_SHLIB_MAJOR= 2 OPENLDAP_MAJOR= ${DISTVERSION:R} Modified: head/security/pks/Makefile ============================================================================== --- head/security/pks/Makefile Fri Aug 22 06:29:53 2014 (r365610) +++ head/security/pks/Makefile Fri Aug 22 06:56:48 2014 (r365611) @@ -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 Modified: head/www/oops/Makefile ============================================================================== --- head/www/oops/Makefile Fri Aug 22 06:29:53 2014 (r365610) +++ head/www/oops/Makefile Fri Aug 22 06:56:48 2014 (r365611) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408220656.s7M6umpT058764>