Summary: | [new port] www/mod_traf_thief: Allows you to redirect percent of traffic to your url | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Clement Laforet <sheepkiller> | ||||
Component: | Individual Port(s) | Assignee: | Christian Weisgerber <naddy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | sheepkiller | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Clement Laforet
2003-10-06 19:00:25 UTC
Responsible Changed From-To: freebsd-ports-bugs->naddy I'll have a look. Use RESTRICTED. Use DIST_SUBDIR=apache diff -Nru mod_traf_thief.orig/Makefile mod_traf_thief/Makefile --- mod_traf_thief.orig/Makefile Tue Oct 14 02:10:19 2003 +++ mod_traf_thief/Makefile Tue Oct 14 02:08:07 2003 @@ -8,15 +8,18 @@ PORTNAME= mod_traf_thief PORTVERSION= 0.01 CATEGORIES= www -MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ +MASTER_SITES= http://web.god.net.ru/projects/mod_traf_thief/dist/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .c -# Original location: http://web.god.net.ru/projects/mod_traf_thief/dist/ +DIST_SUBDIR= apache MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Allows you to redirect percent of traffic to your url BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 RUN_DEPENDS= ${BUILD_DEPENDS} + +RESTRICTED= "no license" NO_WRKSUBDIR= YES APXS?= ${LOCALBASE}/sbin/apxs diff -Nru mod_traf_thief.orig/distinfo mod_traf_thief/distinfo --- mod_traf_thief.orig/distinfo Tue Oct 14 02:10:19 2003 +++ mod_traf_thief/distinfo Tue Oct 14 01:03:12 2003 @@ -1 +1 @@ -MD5 (mod_traf_thief-0.01.c) = ba975a4fb52342cce806dc489d4b82e3 +MD5 (apache/mod_traf_thief.c) = ba975a4fb52342cce806dc489d4b82e3 Use DIST_SUBDIR=apache (license has been added to source file) (this patch make precedent patch obsolete) diff -Nru mod_traf_thief.orig/Makefile mod_traf_thief/Makefile --- mod_traf_thief.orig/Makefile Tue Oct 14 02:10:19 2003 +++ mod_traf_thief/Makefile Wed Oct 15 21:24:09 2003 @@ -11,6 +11,7 @@ MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ EXTRACT_SUFX= .c # Original location: http://web.god.net.ru/projects/mod_traf_thief/dist/ +DIST_SUBDIR= apache MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Allows you to redirect percent of traffic to your url diff -Nru mod_traf_thief.orig/distinfo mod_traf_thief/distinfo --- mod_traf_thief.orig/distinfo Tue Oct 14 02:10:19 2003 +++ mod_traf_thief/distinfo Wed Oct 15 21:24:15 2003 @@ -1 +1 @@ -MD5 (mod_traf_thief-0.01.c) = ba975a4fb52342cce806dc489d4b82e3 +MD5 (apache/mod_traf_thief-0.01.c) = ba975a4fb52342cce806dc489d4b82e3 State Changed From-To: open->closed Imported, thanks! |