ports/136289: [update] net/panoptis : Take over maintainership

Sofian Brabez sbrabez at gmail.com
Fri Jul 3 15:30:10 UTC 2009


>Number:         136289
>Category:       ports
>Synopsis:       [update] net/panoptis : Take over maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 03 15:30:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sofian Brabez
>Release:        FreeBSD 7.1-RELEASE i386
>Organization:
>Environment:
FreeBSD freebsd.ifr.lan 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Jul  2 23:42:18 CEST 2009     root at freebsd.ifr.lan:/usr/obj/usr/src/sys/FREEBSD  i386
>Description:
- Add pkg-plist
- Refactoring Makefile
- Bump PORTREVISION
- Take over maintainership
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN panoptis.orig/Makefile panoptis/Makefile
--- panoptis.orig/Makefile	2009-07-03 17:05:12.000000000 +0200
+++ panoptis/Makefile	2009-07-03 17:06:05.000000000 +0200
@@ -7,12 +7,12 @@
 
 PORTNAME=	panoptis
 PORTVERSION=	0.1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net security
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sbrabez at gmail.com
 COMMENT=	Detect and block DoS/DDoS attacks
 
 LIB_DEPENDS=	ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp
@@ -20,12 +20,11 @@
 GNU_CONFIGURE=	yes
 USE_PYTHON=	yes
 CONFIGURE_ENV=	CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}'
-PLIST_FILES=	bin/panoptis bin/mail.py bin/pview.py bin/speed.py
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/panoptis/panoptis ${PREFIX}/bin/panoptis
-	${INSTALL_SCRIPT} ${WRKSRC}/panoptis/mail.py ${PREFIX}/bin/mail.py
-	${INSTALL_SCRIPT} ${WRKSRC}/panoptis/pview.py ${PREFIX}/bin/pview.py
-	${INSTALL_SCRIPT} ${WRKSRC}/panoptis/speed.py ${PREFIX}/bin/speed.py
+	${INSTALL_PROGRAM} ${WRKSRC}/panoptis/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+.for f in mail.py pview.py speed.py
+	${INSTALL_SCRIPT} ${WRKSRC}/panoptis/${f} ${PREFIX}/bin/${f}
+.endfor
 
 .include <bsd.port.mk>
diff -urN panoptis.orig/pkg-plist panoptis/pkg-plist
--- panoptis.orig/pkg-plist	1970-01-01 01:00:00.000000000 +0100
+++ panoptis/pkg-plist	2009-07-03 16:42:33.000000000 +0200
@@ -0,0 +1,5 @@
+ at comment $FreeBSD$
+bin/panoptis
+bin/mail.py
+bin/pview.py
+bin/speed.py


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list