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/Makefile | |
parent | ed1faa1acbae4112135d7110ac0450d84b65bd40 (diff) |
- 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/Makefile')
-rw-r--r-- | net-im/openfire/Makefile | 1 |
1 files changed, 1 insertions, 0 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} |