Index: head/security/freebsd-update/Makefile =================================================================== --- head/security/freebsd-update/Makefile (revision 118753) +++ head/security/freebsd-update/Makefile (revision 118754) @@ -1,50 +1,51 @@ # New ports collection makefile for: FreeBSD Update Client # Date created: 21 March 2003 # Whom: cperciva@daemonology.net # # $FreeBSD$ # PORTNAME= freebsd-update PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.daemonology.net/freebsd-update/ MAINTAINER= cperciva@daemonology.net COMMENT= Fetches and installs binary updates to FreeBSD RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff # This is a critical security port. If it breaks, Bad Things will happen. # Under no circumstances should this port ever be modified without approval # from the maintainer or security-officer, even for "cosmetic" fixes. # The RSA code has been tested and works on these platforms. On other # platforms, it either doesn't work or hasn't been tested. ONLY_FOR_ARCHS= i386 amd64 alpha sparc64 MAN5= freebsd-update.conf.5 MAN8= freebsd-update.8 PLIST_FILES= sbin/freebsd-update \ sbin/freebsd-update-verify \ etc/freebsd-update.conf.sample PLIST_DIRS= freebsd-update PKGMESSAGE= ${WRKDIR}/pkg-message .ifdef NOPORTDOCS MAKE_ENV+= NODOCS=yes .else PORTDOCS= LICENSE README VERSION .endif post-extract: ${SED} -e "s#PREFIX=/usr/local#PREFIX=${PREFIX}#g" \ ${WRKSRC}/freebsd-update > ${WRKSRC}/freebsd-update.new ${MV} ${WRKSRC}/freebsd-update.new ${WRKSRC}/freebsd-update @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/pkg-message \ > ${PKGMESSAGE} post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/freebsd-update/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/security/freebsd-update/files/patch-aa-redir2 =================================================================== --- head/security/freebsd-update/files/patch-aa-redir2 (nonexistent) +++ head/security/freebsd-update/files/patch-aa-redir2 (revision 118754) @@ -0,0 +1,11 @@ +--- freebsd-update Sun Oct 3 21:08:21 2004 ++++ freebsd-update Sun Oct 3 21:12:04 2004 +@@ -371,7 +371,7 @@ + + # Fetch updates; send output to a file, and + # append a message in case of error. +- real-fetch-update > $WRKDIR/log || ++ real-fetch-update > $WRKDIR/log 2>&1 || + echo "Error fetching updates" >> $WRKDIR/log + + # Send an email to root if $VERBOSE == yes, or Property changes on: head/security/freebsd-update/files/patch-aa-redir2 ___________________________________________________________________ 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