Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 23:32:12 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458392 - in head/security/munge: . files
Message-ID:  <201801072332.w07NWCGG024458@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sun Jan  7 23:32:12 2018
New Revision: 458392
URL: https://svnweb.freebsd.org/changeset/ports/458392

Log:
  security/munge: Fix patch file
  
  Reported by:	antoine

Modified:
  head/security/munge/Makefile
  head/security/munge/files/patch-src_etc_Makefile.in

Modified: head/security/munge/Makefile
==============================================================================
--- head/security/munge/Makefile	Sun Jan  7 23:28:40 2018	(r458391)
+++ head/security/munge/Makefile	Sun Jan  7 23:32:12 2018	(r458392)
@@ -4,6 +4,7 @@
 PORTNAME=	munge
 PORTVERSION=	0.5.13
 DISTVERSIONPREFIX=	${PORTNAME}-
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	bofh@FreeBSD.org

Modified: head/security/munge/files/patch-src_etc_Makefile.in
==============================================================================
--- head/security/munge/files/patch-src_etc_Makefile.in	Sun Jan  7 23:28:40 2018	(r458391)
+++ head/security/munge/files/patch-src_etc_Makefile.in	Sun Jan  7 23:32:12 2018	(r458392)
@@ -1,7 +1,7 @@
---- 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" \
@@ -16,24 +16,23 @@
 -	    || 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)"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801072332.w07NWCGG024458>