diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-07 20:32:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-07 20:32:13 +0000 |
commit | 7768099652c6e672cbfd353718e488647ecf0345 (patch) | |
tree | 4d4f3d135c86b1f10a6247dcbeb18d75eadd0de1 /net-im/openfire | |
parent | ed1faa1acbae4112135d7110ac0450d84b65bd40 (diff) | |
download | ports-7768099652c6e672cbfd353718e488647ecf0345.tar.gz ports-7768099652c6e672cbfd353718e488647ecf0345.zip |
- Add GID and UID for net-im/openfire
- Bump PORTREVISION for new UID/GID
PR: 120882
Submitted by: Nikolay Pavlov <qpadla@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=208619
Diffstat (limited to 'net-im/openfire')
-rw-r--r-- | net-im/openfire/Makefile | 1 | ||||
-rw-r--r-- | net-im/openfire/pkg-install | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index 6faa91cf7939..2c9ddfe905e1 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -7,6 +7,7 @@ PORTNAME= openfire PORTVERSION= 3.4.5 +PORTREVISION= 1 CATEGORIES= net-im java MASTER_SITES= http://www.igniterealtime.org/downloadServlet?filename=openfire/ DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g} diff --git a/net-im/openfire/pkg-install b/net-im/openfire/pkg-install index e8a23cadde85..a18c3156e2bb 100644 --- a/net-im/openfire/pkg-install +++ b/net-im/openfire/pkg-install @@ -4,7 +4,7 @@ case $2 in POST-INSTALL) PUSER=openfire PGROUP=${PUSER} - PUID=341 + PUID=342 PGID=${PUID} if pw group show "${PGROUP}" >/dev/null; then |