aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudo
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2010-09-14 04:46:01 +0800
committerwxs <wxs@FreeBSD.org>2010-09-14 04:46:01 +0800
commit8975f6af5bd438c768188433e5c0ca9a5a258149 (patch)
tree68f487a989e95274232cde918aea2d02b62ec1b0 /security/sudo
parentf82ddbd4782518d7a6caf747aced04b6926e4d66 (diff)
downloadfreebsd-ports-gnome-8975f6af5bd438c768188433e5c0ca9a5a258149.tar.gz
freebsd-ports-gnome-8975f6af5bd438c768188433e5c0ca9a5a258149.tar.zst
freebsd-ports-gnome-8975f6af5bd438c768188433e5c0ca9a5a258149.zip
Fix packaging.
PR: ports/150371 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>, dim@
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile1
-rw-r--r--security/sudo/files/patch-Makefile.in15
2 files changed, 10 insertions, 6 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 44f445f88506..ec19f7916258 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sudo
PORTVERSION= 1.7.4.4
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.sudo.ws/sudo/dist/ \
ftp://obsd.isc.org/pub/sudo/ \
diff --git a/security/sudo/files/patch-Makefile.in b/security/sudo/files/patch-Makefile.in
index 259dbaab40d0..0bba1fb822cc 100644
--- a/security/sudo/files/patch-Makefile.in
+++ b/security/sudo/files/patch-Makefile.in
@@ -1,11 +1,14 @@
---- ./Makefile.in.orig 2010-09-07 09:57:25.000000000 -0400
-+++ ./Makefile.in 2010-09-07 09:59:19.000000000 -0400
-@@ -500,7 +500,7 @@
+--- Makefile.in.orig 2010-09-04 05:43:57.000000000 +0800
++++ Makefile.in 2010-09-08 11:19:29.000000000 +0800
+@@ -498,9 +498,8 @@
+ install-sudoers: install-dirs
+ $(INSTALL) -d -O $(sudoers_uid) -G $(sudoers_gid) -M 0750 \
$(DESTDIR)$(sudoersdir)/sudoers.d
- test -f $(DESTDIR)$(sudoersdir)/sudoers || \
- $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \
+- test -f $(DESTDIR)$(sudoersdir)/sudoers || \
+- $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \
- sudoers $(DESTDIR)$(sudoersdir)/sudoers
-+ sudoers $(DESTDIR)$(sudoersdir)/sudoers.sample
++ $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \
++ sudoers $(DESTDIR)$(sudoersdir)/sudoers.sample
install-doc: install-dirs ChangeLog
(cd $(srcdir) && for f in ChangeLog HISTORY LICENSE NEWS README TROUBLESHOOTING UPGRADE sample.*; do $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 $$f $(DESTDIR)$(docdir); done)