FreeBSD Bugzilla – Attachment 146776 Details for
Bug 193185
[stage] net/ipsorc MASTER_SITES LICENSE WWW take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net/ipsorc NEW PATCH OBSOLETES previous, addresses PORTDOCS, pkg-plist
2014-09-03.diff (text/plain), 2.31 KB, created by
Chris Hutchinson
on 2014-09-04 10:25:51 UTC
(
hide
)
Description:
net/ipsorc NEW PATCH OBSOLETES previous, addresses PORTDOCS, pkg-plist
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2014-09-04 10:25:51 UTC
Size:
2.31 KB
patch
obsolete
>Index: ipsorc/Makefile >=================================================================== >--- ipsorc/Makefile (revision 366692) >+++ ipsorc/Makefile (working copy) >@@ -1,3 +1,4 @@ >+# Created by: C Hutchinson <portmaster@bsdforge.com> > # $FreeBSD$ > > PORTNAME= ipsorc >@@ -5,15 +6,23 @@ > PORTREVISION= 4 > 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 >+MAINTAINER= portmaster@bsdforge.com > COMMENT= Tool to create and send IP packets with a graphical GTK front-end > >+LICENSE= GPLv2 >+ > USE_GNOME= gtk12 >-USES= tar:bzip2 >+USES= tar:bzip2 > >-NO_STAGE= yes >+OPTIONS_DEFINE= DOCS >+DOCS= README HOWTO >+PROGRAMS= ipmagic magic >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+ >+.include <bsd.port.options.mk> >+ > post-patch: > @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old > @${SED} s,gtk-config,${GTK_CONFIG}, < ${WRKSRC}/Makefile.old \ >@@ -21,14 +30,10 @@ > @${RM} ${WRKSRC}/Makefile.old > > 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 >+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PROGRAMS} ${STAGEDIR}${PREFIX}/bin) >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) > .endif > > .include <bsd.port.mk> >Index: ipsorc/pkg-descr >=================================================================== >--- ipsorc/pkg-descr (revision 366692) >+++ ipsorc/pkg-descr (working copy) >@@ -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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193185
:
146580
|
146764
|
146765
|
146766
|
146767
|
146776
|
146777
|
146819