Date: Sun, 7 Sep 2014 10:49:27 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367509 - head/net/ipsorc Message-ID: <201409071049.s87AnRws007763@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Sep 7 10:49:26 2014 New Revision: 367509 URL: http://svnweb.freebsd.org/changeset/ports/367509 QAT: https://qat.redports.org/buildarchive/r367509/ Log: Stage net/ipsorc and assign maintainership to submitter PR: 193185 Submitted by: Chris Hutchinson Improvements: marino Deleted: head/net/ipsorc/pkg-plist Modified: head/net/ipsorc/Makefile head/net/ipsorc/pkg-descr Modified: head/net/ipsorc/Makefile ============================================================================== --- head/net/ipsorc/Makefile Sun Sep 7 10:41:52 2014 (r367508) +++ head/net/ipsorc/Makefile Sun Sep 7 10:49:26 2014 (r367509) @@ -2,33 +2,31 @@ PORTNAME= ipsorc PORTVERSION= 1.7.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net security MASTER_SITES= http://200ok.org/distfiles/ipsorc/ \ - http://sorcerer.mirrors.pair.com/sources/ipsorcery/${PORTVERSION}/ + http://bsdforge.com/projects/source/net/ipsorcery/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool to create and send IP packets with a graphical GTK front-end +MAINTAINER= portmaster@bsdforge.com +COMMENT= GTK GUI tool to create and send IP packets + +LICENSE= GPLv2 USE_GNOME= gtk12 -USES= tar:bzip2 +USES= tar:bzip2 + +OPTIONS_DEFINE= DOCS +PORTDOCS= README HOWTO +PROGRAMS= ipmagic magic +PLIST_FILES= bin/ipmagic bin/magic -NO_STAGE= yes post-patch: - @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old - @${SED} s,gtk-config,${GTK_CONFIG}, < ${WRKSRC}/Makefile.old \ - > ${WRKSRC}/Makefile - @${RM} ${WRKSRC}/Makefile.old + @${REINPLACE_CMD} -e 's,gtk-config,${GTK_CONFIG},' ${WRKSRC}/Makefile do-install: -.for file in ipmagic magic - ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in README HOWTO - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && \ + ${INSTALL_PROGRAM} ${PROGRAMS} ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> Modified: head/net/ipsorc/pkg-descr ============================================================================== --- head/net/ipsorc/pkg-descr Sun Sep 7 10:41:52 2014 (r367508) +++ head/net/ipsorc/pkg-descr Sun Sep 7 10:49:26 2014 (r367509) @@ -1,6 +1,6 @@ -IP Sorcery is a network troubleshooting and firewall testing tool. -The prorgram works by generating custom "packets" and sending them -to a target host. Thus testing the authenticity of firewall rules -and host verification. It also has a graphical user interface. +IP Sorcery is a network troubleshooting and firewall testing tool. The +prorgram works by generating custom "packets" and sending them to a +target host. Thus testing the authenticity of firewall rules and host +verification. It also has a graphical user interface. -WWW: http://www.mimisbrunnr.net/~case/ipsorcery.html +WWW: http://BSDforge.com/projects/net/ipsorcery/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071049.s87AnRws007763>