pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/sirc Stop to unavailing fetch, add proper SITES.*...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbceb2cc05df
branches:  trunk
changeset: 545127:dbceb2cc05df
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jul 27 09:38:06 2008 +0000

description:
Stop to unavailing fetch, add proper SITES.* definition.

diffstat:

 chat/sirc/Makefile |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 0081cd6eb6a7 -r dbceb2cc05df chat/sirc/Makefile
--- a/chat/sirc/Makefile        Sun Jul 27 09:05:05 2008 +0000
+++ b/chat/sirc/Makefile        Sun Jul 27 09:38:06 2008 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2007/09/07 22:12:11 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2008/07/27 09:38:06 obache Exp $
 
 DISTNAME=      sirc-2.211
 PKGREVISION=   2
 CATEGORIES=    chat
-MASTER_SITES=  http://www.iagora.com/~espel/sirc/ \
-               http://www.iagora.com/~espel/sirc/scripts/
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}      \
+MASTER_SITES=  http://www.iagora.com/~espel/sirc/
+DISTFILES=     ${DEFAULT_DISTFILES} \
                ${SIRC_SCRIPTS}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -42,6 +41,10 @@
                www.pl                          \
                yiff.pl
 
+.for script in ${SIRC_SCRIPTS}
+SITES.${script:T:S/=/--/}?= ${MASTER_SITES:=scripts/}
+.endfor
+
 NO_BUILD=      yes
 DIST_SUBDIR=   sirc
 



Home | Main Index | Thread Index | Old Index