Index: head/security/sudosh/Makefile =================================================================== --- head/security/sudosh/Makefile (revision 146344) +++ head/security/sudosh/Makefile (revision 146345) @@ -1,44 +1,47 @@ # Ports collection Makefile for: sudosh # Date created: 10/28/2004 # Whom: cy@FreeBSD.org # # $FreeBSD$ # PORTNAME= sudosh PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= cy@FreeBSD.org COMMENT= A sudo shell RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo USE_GZIP= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/bin" CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc" CONFIGURE_ARGS+= --program-transform-name='' .if defined(SUDOSH_LOGDIR) CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}" .else CONFIGURE_ARGS+= --with-logdir=/var/log/sudosh .endif CONFIGURE_ENV= LDFLAGS="-lutil" MAN1= sudosh.1 MAN5= sudosh.conf.5 MAN8= sudosh-replay.8 .include .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" .endif + +post-install: + @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/sudosh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/security/sudosh/files/patch-src::Makefile.in =================================================================== --- head/security/sudosh/files/patch-src::Makefile.in (nonexistent) +++ head/security/sudosh/files/patch-src::Makefile.in (revision 146345) @@ -0,0 +1,10 @@ +--- src/Makefile.in.orig Sun Jun 12 19:33:29 2005 ++++ src/Makefile.in Tue Oct 25 10:06:54 2005 +@@ -428,6 +428,7 @@ + install-sudosh.conf: + test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)" + test -f $(sysconfdir)/sudosh.conf || $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf' ++ $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf.sample' + + install: install-am install-sudosh.conf + # Tell versions [3.59,3.63) of GNU make to not export all variables. Property changes on: head/security/sudosh/files/patch-src::Makefile.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/sudosh/pkg-message =================================================================== --- head/security/sudosh/pkg-message (nonexistent) +++ head/security/sudosh/pkg-message (revision 146345) @@ -0,0 +1,13 @@ + +**************************************************************************** +* * +* If this is a brand new install, a copy a new copy of * +* PREFIX/etc/sudoers.conf has been installed. Should you choose to * +* uninstall sudosh, the sudoers.conf file will remain and should you * +* choose to remove it, it must be manually deleted. Any previously * +* existing sudoers.conf file has not been overwritten by this package. * +* A reference copy of sudoers.conf may be found in * +* PREFIX/etc/sudoers.conf.sample. * +* * +**************************************************************************** + Property changes on: head/security/sudosh/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/sudosh/pkg-plist =================================================================== --- head/security/sudosh/pkg-plist (revision 146344) +++ head/security/sudosh/pkg-plist (revision 146345) @@ -1,3 +1,3 @@ bin/sudosh bin/sudosh-replay -etc/sudosh.conf +etc/sudosh.conf.sample Property changes on: head/security/sudosh/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/sudosh2/Makefile =================================================================== --- head/security/sudosh2/Makefile (revision 146344) +++ head/security/sudosh2/Makefile (revision 146345) @@ -1,44 +1,47 @@ # Ports collection Makefile for: sudosh # Date created: 10/28/2004 # Whom: cy@FreeBSD.org # # $FreeBSD$ # PORTNAME= sudosh PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= cy@FreeBSD.org COMMENT= A sudo shell RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo USE_GZIP= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/bin" CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc" CONFIGURE_ARGS+= --program-transform-name='' .if defined(SUDOSH_LOGDIR) CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}" .else CONFIGURE_ARGS+= --with-logdir=/var/log/sudosh .endif CONFIGURE_ENV= LDFLAGS="-lutil" MAN1= sudosh.1 MAN5= sudosh.conf.5 MAN8= sudosh-replay.8 .include .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" .endif + +post-install: + @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/sudosh2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/security/sudosh2/files/patch-src::Makefile.in =================================================================== --- head/security/sudosh2/files/patch-src::Makefile.in (nonexistent) +++ head/security/sudosh2/files/patch-src::Makefile.in (revision 146345) @@ -0,0 +1,10 @@ +--- src/Makefile.in.orig Sun Jun 12 19:33:29 2005 ++++ src/Makefile.in Tue Oct 25 10:06:54 2005 +@@ -428,6 +428,7 @@ + install-sudosh.conf: + test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)" + test -f $(sysconfdir)/sudosh.conf || $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf' ++ $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf.sample' + + install: install-am install-sudosh.conf + # Tell versions [3.59,3.63) of GNU make to not export all variables. Property changes on: head/security/sudosh2/files/patch-src::Makefile.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/sudosh2/pkg-message =================================================================== --- head/security/sudosh2/pkg-message (nonexistent) +++ head/security/sudosh2/pkg-message (revision 146345) @@ -0,0 +1,13 @@ + +**************************************************************************** +* * +* If this is a brand new install, a copy a new copy of * +* PREFIX/etc/sudoers.conf has been installed. Should you choose to * +* uninstall sudosh, the sudoers.conf file will remain and should you * +* choose to remove it, it must be manually deleted. Any previously * +* existing sudoers.conf file has not been overwritten by this package. * +* A reference copy of sudoers.conf may be found in * +* PREFIX/etc/sudoers.conf.sample. * +* * +**************************************************************************** + Property changes on: head/security/sudosh2/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/sudosh2/pkg-plist =================================================================== --- head/security/sudosh2/pkg-plist (revision 146344) +++ head/security/sudosh2/pkg-plist (revision 146345) @@ -1,3 +1,3 @@ bin/sudosh bin/sudosh-replay -etc/sudosh.conf +etc/sudosh.conf.sample Property changes on: head/security/sudosh2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/sudosh3/Makefile =================================================================== --- head/security/sudosh3/Makefile (revision 146344) +++ head/security/sudosh3/Makefile (revision 146345) @@ -1,44 +1,47 @@ # Ports collection Makefile for: sudosh # Date created: 10/28/2004 # Whom: cy@FreeBSD.org # # $FreeBSD$ # PORTNAME= sudosh PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= cy@FreeBSD.org COMMENT= A sudo shell RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo USE_GZIP= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/bin" CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc" CONFIGURE_ARGS+= --program-transform-name='' .if defined(SUDOSH_LOGDIR) CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}" .else CONFIGURE_ARGS+= --with-logdir=/var/log/sudosh .endif CONFIGURE_ENV= LDFLAGS="-lutil" MAN1= sudosh.1 MAN5= sudosh.conf.5 MAN8= sudosh-replay.8 .include .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" .endif + +post-install: + @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/sudosh3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/security/sudosh3/files/patch-src::Makefile.in =================================================================== --- head/security/sudosh3/files/patch-src::Makefile.in (nonexistent) +++ head/security/sudosh3/files/patch-src::Makefile.in (revision 146345) @@ -0,0 +1,10 @@ +--- src/Makefile.in.orig Sun Jun 12 19:33:29 2005 ++++ src/Makefile.in Tue Oct 25 10:06:54 2005 +@@ -428,6 +428,7 @@ + install-sudosh.conf: + test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)" + test -f $(sysconfdir)/sudosh.conf || $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf' ++ $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf.sample' + + install: install-am install-sudosh.conf + # Tell versions [3.59,3.63) of GNU make to not export all variables. Property changes on: head/security/sudosh3/files/patch-src::Makefile.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/sudosh3/pkg-message =================================================================== --- head/security/sudosh3/pkg-message (nonexistent) +++ head/security/sudosh3/pkg-message (revision 146345) @@ -0,0 +1,13 @@ + +**************************************************************************** +* * +* If this is a brand new install, a copy a new copy of * +* PREFIX/etc/sudoers.conf has been installed. Should you choose to * +* uninstall sudosh, the sudoers.conf file will remain and should you * +* choose to remove it, it must be manually deleted. Any previously * +* existing sudoers.conf file has not been overwritten by this package. * +* A reference copy of sudoers.conf may be found in * +* PREFIX/etc/sudoers.conf.sample. * +* * +**************************************************************************** + Property changes on: head/security/sudosh3/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/sudosh3/pkg-plist =================================================================== --- head/security/sudosh3/pkg-plist (revision 146344) +++ head/security/sudosh3/pkg-plist (revision 146345) @@ -1,3 +1,3 @@ bin/sudosh bin/sudosh-replay -etc/sudosh.conf +etc/sudosh.conf.sample Property changes on: head/security/sudosh3/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property