ports/121925: irc/bitchx Use official MASTER_SITE, remove unnecessary .placeholder

Tilman Linneweh arved at FreeBSD.org
Thu Mar 20 22:00:02 UTC 2008


>Number:         121925
>Category:       ports
>Synopsis:       irc/bitchx Use official MASTER_SITE, remove unnecessary .placeholder
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 20 22:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 7.0-STABLE FreeBSD 7.0-STABLE #33: Fri Feb 29 00:53:41 UTC 2008 simon at freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386


	
>Description:
	According to bitchx.org (which has been the official site for years)
	bitchx.com is not an official distribution site.
	The official distribution site is now on Sourceforge.

	As written as a followup on your original commit, it is not necessary
	to add the .placeholder file to the ports collection
	
>How-To-Repeat:
	
>Fix:

	

--- patch-bitchx begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/bitchx/Makefile,v
retrieving revision 1.88
diff -u -r1.88 Makefile
--- Makefile	30 Jan 2008 07:53:29 -0000	1.88
+++ Makefile	20 Mar 2008 21:37:18 -0000
@@ -8,10 +8,8 @@
 PORTNAME=	BitchX
 PORTVERSION=	1.1.0.1
 PORTREVISION=	1
-
 CATEGORIES+=	irc
-MASTER_SITES=	http://www.bitchx.com/ \
-		CENKES
+MASTER_SITES=	SF
 DISTNAME=	ircii-pana-1.1-final
 
 MAINTAINER?=	beech at FreeBSD.org
@@ -125,7 +123,6 @@
 	${STRIP_CMD} ${PREFIX}/bin/BitchX-1.1-final
 	${STRIP_CMD} ${PREFIX}/bin/scr-bx
 .endif
-
-	@cd ${FILESDIR} && ${CP} .placeholder ${PREFIX}/share/bx/plugins/
+	${TOUCH} ${PREFIX}/share/bx/plugins/.placeholder
 
 .include <bsd.port.post.mk>
Index: files/.placeholder
===================================================================
RCS file: files/.placeholder
diff -N files/.placeholder
--- files/.placeholder	28 Jan 2008 22:55:50 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
-This file is a placeholder for pkg install. 
--- patch-bitchx ends here ---


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



More information about the freebsd-ports-bugs mailing list