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 /comms | |
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
Diffstat (limited to 'comms')
-rw-r--r-- | comms/trustedqsl/Makefile | 1 |
1 files changed, 1 insertions, 0 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} |