Index: head/security/munge/Makefile =================================================================== --- head/security/munge/Makefile (revision 458391) +++ head/security/munge/Makefile (revision 458392) @@ -1,25 +1,26 @@ # Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> # $FreeBSD$ PORTNAME= munge PORTVERSION= 0.5.13 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org COMMENT= Authentication service for creating and validating credentials LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl-prefix=${OPENSSLBASE} USES= libtool pathfix perl5 ssl USE_LDCONFIG= yes USE_RC_SUBR= munged INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= dun .include Index: head/security/munge/files/patch-src_etc_Makefile.in =================================================================== --- head/security/munge/files/patch-src_etc_Makefile.in (revision 458391) +++ head/security/munge/files/patch-src_etc_Makefile.in (revision 458392) @@ -1,39 +1,38 @@ ---- src/etc/Makefile.in.orig 2016-09-24 16:18:55 UTC +--- src/etc/Makefile.in.orig 2018-01-07 23:21:12 UTC +++ src/etc/Makefile.in -@@ -520,36 +520,11 @@ distclean-local:: - -rm -f *~ \#* .\#* cscope*.out core core.* tags TAGS +@@ -580,35 +580,10 @@ munge.sysconfig: munge.sysconfig.in + munge.tmpfiles.conf: munge.tmpfiles.conf.in install-data-local: - test -d "/etc/rc.d/init.d" \ - && INITDIR="$(sysconfdir)/rc.d/init.d" \ - || INITDIR="$(sysconfdir)/init.d"; \ - $(INSTALL) -m 0755 -d "$(DESTDIR)$${INITDIR}"; \ - $(INSTALL) -m 0755 \ - "$(builddir)/munge.init" "$(DESTDIR)$${INITDIR}/munge" - : - test -d "/etc/sysconfig" \ - && CONFDIR="$(sysconfdir)/sysconfig" \ - || CONFDIR="$(sysconfdir)/default"; \ - $(INSTALL) -m 0755 -d "$(DESTDIR)$${CONFDIR}"; \ - $(INSTALL) -m 0644 \ -- "$(srcdir)/munge.sysconfig" "$(DESTDIR)$${CONFDIR}/munge" +- "$(builddir)/munge.sysconfig" "$(DESTDIR)$${CONFDIR}/munge" - : PKGCONFIGDIR="$(prefix)/libdata/pkgconfig"; \ $(INSTALL) -m 0755 -d "$(DESTDIR)$${PKGCONFIGDIR}"; \ $(INSTALL) -m 0644 \ "$(builddir)/munge.pc" "$(DESTDIR)$${PKGCONFIGDIR}/munge.pc" - : +- : - UNITDIR="$(prefix)/lib/systemd/system"; \ - $(INSTALL) -m 0755 -d "$(DESTDIR)$${UNITDIR}"; \ - $(INSTALL) -m 0644 \ -- "$(srcdir)/munge.service" "$(DESTDIR)$${UNITDIR}/munge.service" +- "$(builddir)/munge.service" "$(DESTDIR)$${UNITDIR}/munge.service" - : - TMPFILESDIR="$(prefix)/lib/tmpfiles.d"; \ - $(INSTALL) -m 0755 -d "$(DESTDIR)$${TMPFILESDIR}"; \ - $(INSTALL) -m 0644 \ -- "$(srcdir)/munge-tmpfiles.conf" \ +- "$(builddir)/munge.tmpfiles.conf" \ - "$(DESTDIR)$${TMPFILESDIR}/munge.conf" -- : + : $(INSTALL) -m 0755 -d "$(DESTDIR)$(sysconfdir)" $(INSTALL) -m 0700 -d "$(DESTDIR)$(sysconfdir)/munge" - $(INSTALL) -m 0755 -d "$(DESTDIR)$(localstatedir)"