diff options
author | romain <romain@FreeBSD.org> | 2017-09-08 16:22:03 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2017-09-08 16:22:03 +0800 |
commit | 1bfb0c9279ea2810cd8855ccbfe7693aa78994db (patch) | |
tree | d5d5b5fae0c7b0f229aa3793115a5df0c096c2f1 | |
parent | f8ac6e782ca6c4a2f98ca67ebb53723d2dddd975 (diff) | |
download | freebsd-ports-gnome-1bfb0c9279ea2810cd8855ccbfe7693aa78994db.tar.gz freebsd-ports-gnome-1bfb0c9279ea2810cd8855ccbfe7693aa78994db.tar.zst freebsd-ports-gnome-1bfb0c9279ea2810cd8855ccbfe7693aa78994db.zip |
Bump PORTREVISION after devel/leatherman update
-rw-r--r-- | devel/cpp-hocon/Makefile | 1 | ||||
-rw-r--r-- | sysutils/facter/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/cpp-hocon/Makefile b/devel/cpp-hocon/Makefile index fdb0bb4a289e..1e1e928cb50e 100644 --- a/devel/cpp-hocon/Makefile +++ b/devel/cpp-hocon/Makefile @@ -2,6 +2,7 @@ PORTNAME= cpp-hocon PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org diff --git a/sysutils/facter/Makefile b/sysutils/facter/Makefile index e68bf1cb8d81..994fcd013ad0 100644 --- a/sysutils/facter/Makefile +++ b/sysutils/facter/Makefile @@ -2,7 +2,7 @@ PORTNAME= facter PORTVERSION= 3.8.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/ |