Date: Tue, 16 Jan 2007 21:16:36 GMT From: Li-Wen Hsu <lwhsu@lwhsu.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lwhsu@lwhsu.org, miwi@FreeBSD.org Subject: ports/108018: [MAINTAINER] devel/py-notifier: fix MASTER_SITES Message-ID: <200701162116.l0GLGapw021487@jail0.lwhsu.csie.net> Resent-Message-ID: <200701162120.l0GLKMRh016753@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 108018 >Category: ports >Synopsis: [MAINTAINER] devel/py-notifier: fix MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jan 16 21:20:22 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD jail0.lwhsu.csie.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Dec 6 11:34:36 CST >Description: - Fix MASTER_SITES Form official site: ( http://www.bitkipper.net/Downloads/pynotifier ) "Source and binary releases of pynotifier can now be found at the download area Free Bytes" last edited 2007-01-14 20:19:40 by crunchy - Remove not needed do-fetch commands. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-notifier-0.5.7.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/py-notifier/Makefile /home/lwhsu/ports/devel/py-notifier/Makefile --- /usr/ports/devel/py-notifier/Makefile Mon Jan 1 00:01:27 2007 +++ /home/lwhsu/ports/devel/py-notifier/Makefile Tue Jan 16 21:09:39 2007 @@ -8,7 +8,7 @@ PORTNAME= notifier PORTVERSION= 0.5.7 CATEGORIES= devel python -MASTER_SITES= # http://www.bitkipper.net/Downloads/pynotifier +MASTER_SITES= http://www.bitkipper.net/bytes/pynotifier/source/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}_${PORTVERSION}-1 @@ -22,17 +22,10 @@ WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION} -.include <bsd.port.pre.mk> - -do-fetch: -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) - ${FETCH_CMD} -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" "http://www.bitkipper.net/Downloads/pynotifier?action=AttachFile&do=get&target=${DISTFILES}" -.endif - .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- py24-notifier-0.5.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701162116.l0GLGapw021487>