diff options
author | antoine <antoine@FreeBSD.org> | 2016-02-05 14:29:59 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-02-05 14:29:59 +0800 |
commit | f8fd2876c12e006a9417f973715d802d576e3087 (patch) | |
tree | e8c6a83d4f5a42b5b9e179bbd61af93f0dd6182a | |
parent | 40df946ef13626c3ec798fe6d25cd9175878b682 (diff) | |
download | freebsd-ports-gnome-f8fd2876c12e006a9417f973715d802d576e3087.tar.gz freebsd-ports-gnome-f8fd2876c12e006a9417f973715d802d576e3087.tar.zst freebsd-ports-gnome-f8fd2876c12e006a9417f973715d802d576e3087.zip |
Fix PKGBASE collision
-rw-r--r-- | sysutils/puppet38/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/puppet38/Makefile b/sysutils/puppet38/Makefile index 49b2f65e58c6..c1c222a4c153 100644 --- a/sysutils/puppet38/Makefile +++ b/sysutils/puppet38/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.8.4 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ -PKGNAMESUFFIX= 37 +PKGNAMESUFFIX= 38 MAINTAINER= ruby@FreeBSD.org COMMENT= Configuration management framework written in Ruby |