Date: Wed, 19 Oct 2005 14:45:14 +0200 (CEST) From: Michael Ranner <mranner@inode.at> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Emanuel Haupt <ehaupt@FreeBSD.org> Subject: ports/87660: [MAINTAINER] security/hostsentry: [SUMMARIZE CHANGES] Message-ID: <200510191245.j9JCjEEG014257@dwarf.jawa.at> Resent-Message-ID: <200510191250.j9JCoArF079706@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87660 >Category: ports >Synopsis: [MAINTAINER] security/hostsentry: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 19 12:50:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Michael Ranner >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD dwarf.jawa.at 5.4-RELEASE FreeBSD 5.4-RELEASE #7: Fri May 13 07:58:48 CEST 2005 >Description: [DESCRIBE CHANGES] Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- hostsentry-0.02_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/hostsentry/Makefile /usr/ports/security/hostsentry.update/Makefile --- /usr/ports/security/hostsentry/Makefile Tue Jul 6 15:53:40 2004 +++ /usr/ports/security/hostsentry.update/Makefile Tue Oct 18 21:36:40 2005 @@ -7,7 +7,7 @@ PORTNAME= hostsentry PORTVERSION= 0.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.netsys.com/len/ \ ${MASTER_SITE_PACKETSTORM} @@ -19,11 +19,17 @@ RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm USE_PYTHON= yes +USE_REINPLACE= yes PKGMESSAGE= ${WRKDIR}/pkg-message post-patch: @${SED} 's|%%PREFIX%%|${PREFIX}|' ${.CURDIR}/pkg-message > ${PKGMESSAGE} + @${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," \ + ${WRKSRC}/* + +pre-install: + ${RM} ${WRKSRC}/*.bak post-install: .if !defined(NOPORTDOCS) diff -ruN --exclude=CVS /usr/ports/security/hostsentry/pkg-plist /usr/ports/security/hostsentry.update/pkg-plist --- /usr/ports/security/hostsentry/pkg-plist Tue Jul 6 15:53:40 2004 +++ /usr/ports/security/hostsentry.update/pkg-plist Tue Oct 18 21:37:11 2005 @@ -24,7 +24,7 @@ lib/hostsentry/modules/moduleOddDirnames.py lib/hostsentry/modules/moduleRhostsCheck.py @dirrm lib/hostsentry/modules -@unexec rm %D/lib/hostsentry/*.pyc || true +@unexec rm %D/lib/hostsentry/*.pyc 2>/dev/null || true @dirrm lib/hostsentry @unexec rmdir %D/etc/hostsentry 2>/dev/null || echo "If you are permanently removing this port, you should do a "rm -rf ${PKG_PREFIX}/etc/hostsentry" to remove any binary, configuration and log files left." | fmt %%PORTDOCS%%%%DOCSDIR%%/README.BUGS --- hostsentry-0.02_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510191245.j9JCjEEG014257>