diff options
-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/ |