Index: head/security/sudo/Makefile =================================================================== --- head/security/sudo/Makefile (revision 23818) +++ head/security/sudo/Makefile (revision 23819) @@ -1,31 +1,34 @@ # New ports collection makefile for: sudo -# Version required: 1.6 +# Version required: 1.6.1 # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # # $FreeBSD$ # -DISTNAME= sudo-1.6 +DISTNAME= sudo-1.6.1 CATEGORIES= security -MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/OLD/ +MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ MAINTAINER= mharo@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-skey \ - --sysconfdir=/usr/local/etc \ + --sysconfdir=${PREFIX}/etc \ --disable-log-wrap \ --with-ignore-dot \ --with-tty-tickets \ --with-env-editor \ --disable-root-sudo MAN5= sudoers.5 MAN8= sudo.8 visudo.8 + +post-patch: + perl -i -pe 's,!!PREFIX!!,${PREFIX},g' ${WRKSRC}/*.man post-install: ${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample .include Property changes on: head/security/sudo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/security/sudo/distinfo =================================================================== --- head/security/sudo/distinfo (revision 23818) +++ head/security/sudo/distinfo (revision 23819) @@ -1 +1 @@ -MD5 (sudo-1.6.tar.gz) = 437331519c93d0c7cb3b745dd8d7489d +MD5 (sudo-1.6.1.tar.gz) = 9ddb779a7f378ca013e1b327292afba9 Property changes on: head/security/sudo/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/security/sudo/files/patch-aa =================================================================== --- head/security/sudo/files/patch-aa (revision 23818) +++ head/security/sudo/files/patch-aa (revision 23819) @@ -1,22 +1,8 @@ ---- configure.orig Mon Nov 8 15:59:48 1999 -+++ configure Thu Dec 16 22:54:41 1999 -@@ -681,8 +681,8 @@ - - test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man' - test "$bindir" = '${exec_prefix}/bin' && bindir='$(exec_prefix)/bin' --test "$sbindir" = '${exec_prefix}/sbin' && sbindir='$(exec_prefix)/sbin' --test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc' -+test "$sbindir" = '${exec_prefix}/sbin' || sbindir='$(exec_prefix)/sbin' -+#test "$sysconfdir" = '${prefix}/etc' || sysconfdir='/etc' - - - # Check whether --with-otp-only or --without-otp-only was given. -@@ -7737,7 +7737,7 @@ fi if test "$with_skey" = "yes"; then - SUDO_LIBS="${SUDO_LIBS} -lskey" + SUDO_LIBS="${SUDO_LIBS} -lskey -lmd" if test -f /usr/include/skey.h -a -f /usr/lib/libskey.a; then : elif test -f /usr/local/include/skey.h; then Property changes on: head/security/sudo/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property