ports/108018: [MAINTAINER] devel/py-notifier: fix MASTER_SITES

Li-Wen Hsu lwhsu at lwhsu.org
Tue Jan 16 21:20:23 UTC 2007


>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:



More information about the freebsd-ports-bugs mailing list