diff options
author | brnrd <brnrd@FreeBSD.org> | 2016-10-31 02:53:26 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2016-10-31 02:53:26 +0800 |
commit | d13421d832ffba028d0a4f5dd4c6cd0b086f2fce (patch) | |
tree | ff595f5a5437b5bba4563d2c1570a78c7bc057bf | |
parent | e3240d783fbebdcdf2e792a549eaf3926cc9c2b9 (diff) | |
download | freebsd-ports-gnome-d13421d832ffba028d0a4f5dd4c6cd0b086f2fce.tar.gz freebsd-ports-gnome-d13421d832ffba028d0a4f5dd4c6cd0b086f2fce.tar.zst freebsd-ports-gnome-d13421d832ffba028d0a4f5dd4c6cd0b086f2fce.zip |
security/acme-client: Fix PORTREVISION going backwards
-rw-r--r-- | security/acme-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index 555c496dc43a..dc132f3cd1ca 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -3,7 +3,7 @@ PORTNAME= acme-client PORTVERSION= 0.1.11 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= portable- CATEGORIES= security MASTER_SITES= https://kristaps.bsd.lv/${PORTNAME}/snapshots/ \ |