summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-09-13 20:46:01 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-09-13 20:46:01 +0000
commitf79667d89eb2497d2c0b2df2b2001d30e42884ab (patch)
tree50b9894ab5717cb55e70e3cf02a0a4b82e60980a /security
parent- Update to 2.2.0 (diff)
Fix packaging.
PR: ports/150371 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>, dim@
Notes
Notes: svn path=/head/; revision=261091
Diffstat (limited to 'security')
-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)