svn commit: r333900 - in head/security/munge: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Nov 15 17:55:36 UTC 2013
Author: sunpoet
Date: Fri Nov 15 17:55:34 2013
New Revision: 333900
URL: http://svnweb.freebsd.org/changeset/ports/333900
Log:
- Update to 0.5.11
- Add LICENSE
- Support STAGEDIR
Changes: https://code.google.com/p/munge/wiki/ReleaseNotes
PR: ports/183988
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail.com> (maintainer)
Added:
head/security/munge/files/patch-src-Makefile.in (contents, props changed)
Deleted:
head/security/munge/files/patch-src-etc-Makefile.in
head/security/munge/files/patch-src-munged-xgetgrent.c
Modified:
head/security/munge/Makefile
head/security/munge/distinfo (contents, props changed)
head/security/munge/pkg-descr (contents, props changed)
head/security/munge/pkg-plist (contents, props changed)
Modified: head/security/munge/Makefile
==============================================================================
--- head/security/munge/Makefile Fri Nov 15 17:55:27 2013 (r333899)
+++ head/security/munge/Makefile Fri Nov 15 17:55:34 2013 (r333900)
@@ -2,40 +2,20 @@
# $FreeBSD$
PORTNAME= munge
-PORTVERSION= 0.5.10
-PORTREVISION= 1
+PORTVERSION= 0.5.11
CATEGORIES= security
MASTER_SITES= GOOGLE_CODE
MAINTAINER= 5u623l20 at gmail.com
COMMENT= Authentication service for creating and validating credentials
+LICENSE= GPLv3 LGPL3
+LICENSE_COMB= dual
+
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= perl5
USE_LDCONFIG= yes
USE_RC_SUBR= munged
-MAN1= unmunge.1 \
- munge.1 \
- remunge.1
-MAN3= munge.3 \
- munge_ctx_copy.3 \
- munge_ctx_get.3 \
- munge_ctx.3 \
- munge_enum_int_to_str.3 \
- munge_enum_is_valid.3 \
- munge_enum_str_to_int.3 \
- munge_enum.3
-MAN7= munge.7
-MAN8= munged.8
-MLINKS= munge.3 munge_strerror.3 \
- munge.3 munge_encode.3 \
- munge.3 munge_decode.3 \
- munge_ctx.3 munge_ctx_create.3 \
- munge_ctx.3 munge_ctx_destroy.3 \
- munge_ctx.3 munge_ctx_set.3 \
- munge_ctx.3 munge_ctx_strerror.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/security/munge/distinfo
==============================================================================
--- head/security/munge/distinfo Fri Nov 15 17:55:27 2013 (r333899)
+++ head/security/munge/distinfo Fri Nov 15 17:55:34 2013 (r333900)
@@ -1,2 +1,2 @@
-SHA256 (munge-0.5.10.tar.bz2) = 00e0125c2895877b555872647b0a98d13838a54acda78614bb6c6e70daadabc6
-SIZE (munge-0.5.10.tar.bz2) = 424285
+SHA256 (munge-0.5.11.tar.bz2) = 8e075614f81cb0a6df21a0aafdc825498611a04429d0876f074fc828739351a5
+SIZE (munge-0.5.11.tar.bz2) = 423232
Added: head/security/munge/files/patch-src-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/munge/files/patch-src-Makefile.in Fri Nov 15 17:55:34 2013 (r333900)
@@ -0,0 +1,10 @@
+--- src/Makefile.in.orig 2013-11-15 02:53:07.000000000 +0600
++++ src/Makefile.in 2013-11-15 02:53:15.000000000 +0600
+@@ -284,7 +284,6 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ SUBDIRS = \
+- etc \
+ libcommon \
+ libmissing \
+ libmunge \
Modified: head/security/munge/pkg-descr
==============================================================================
--- head/security/munge/pkg-descr Fri Nov 15 17:55:27 2013 (r333899)
+++ head/security/munge/pkg-descr Fri Nov 15 17:55:34 2013 (r333900)
@@ -7,4 +7,4 @@ cryptographic key. Clients within this s
credentials without the use of root privileges, reserved ports, or
platform-specific methods.
-WWW: http://code.google.com/p/munge/
+WWW: http://code.google.com/p/munge/
Modified: head/security/munge/pkg-plist
==============================================================================
--- head/security/munge/pkg-plist Fri Nov 15 17:55:27 2013 (r333899)
+++ head/security/munge/pkg-plist Fri Nov 15 17:55:34 2013 (r333900)
@@ -8,7 +8,26 @@ lib/libmunge.so.2
lib/libmunge.a
lib/libmunge.so
sbin/munged
- at cwd /
- at exec rm /var/run/${PORTNAME}
- at exec rm /var/log/${PORTNAME}
- at exec rm /var/lib/${PORTNAME}
+man/man1/munge.1.gz
+man/man1/remunge.1.gz
+man/man1/unmunge.1.gz
+man/man3/munge.3.gz
+man/man3/munge_ctx.3.gz
+man/man3/munge_ctx_copy.3.gz
+man/man3/munge_ctx_create.3.gz
+man/man3/munge_ctx_destroy.3.gz
+man/man3/munge_ctx_get.3.gz
+man/man3/munge_ctx_set.3.gz
+man/man3/munge_ctx_strerror.3.gz
+man/man3/munge_decode.3.gz
+man/man3/munge_encode.3.gz
+man/man3/munge_enum.3.gz
+man/man3/munge_enum_int_to_str.3.gz
+man/man3/munge_enum_is_valid.3.gz
+man/man3/munge_enum_str_to_int.3.gz
+man/man3/munge_strerror.3.gz
+man/man7/munge.7.gz
+man/man8/munged.8.gz
+ at unexec rm %D/var/run/munge 2>&1 >/dev/null || true
+ at unexec rm %D/var/log/munge 2>&1 >/dev/null || true
+ at unexec rm %D/var/lib/munge 2>&1 >/dev/null || true
More information about the svn-ports-head
mailing list