ports/138338: [maintainer-update] UNBREAK graphics/py-poppler

Romain Tartiere romain at blogreen.org
Sun Aug 30 11:10:03 UTC 2009


>Number:         138338
>Category:       ports
>Synopsis:       [maintainer-update] UNBREAK graphics/py-poppler
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 30 11:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Romain Tartiere
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD marvin.blogreen.org 7.2-STABLE FreeBSD 7.2-STABLE #6 r195737M: Fri Jul 17 14:15:17 CEST 2009 root at marvin.blogreen.org:/usr/obj/usr/src/sys/MARVIN i386


	
>Description:

LP changed the way distfiles are provided and since fecth does not follows
redirects, port an't be fetched. Add an unreadable URI that's Ok for fetching
(for now) and a personal mirror.

>How-To-Repeat:
	
>Fix:

	



--- py-poppler.diff begins here ---
diff -ruN /var/cache/portshaker/freebsd/graphics/py-poppler/Makefile /tmp/py-poppler/Makefile
--- /var/cache/portshaker/freebsd/graphics/py-poppler/Makefile	2009-08-21 15:00:17.000000000 +0200
+++ /tmp/py-poppler/Makefile	2009-08-30 13:01:45.882387000 +0200
@@ -8,7 +8,9 @@
 PORTNAME=	poppler
 PORTVERSION=	0.10.1
 CATEGORIES=	graphics python
-MASTER_SITES=	http://launchpad.net/poppler-python/trunk/development/+download/
+MASTER_SITES=	https://launchpad.net/poppler-python/trunk/development/+download/ \
+		http://launchpadlibrarian.net/30270080/ \
+		http://romain.blogreen.org/distfiles/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-${PORTVERSION}
 
@@ -17,8 +19,6 @@
 
 LIB_DEPENDS=	poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk
 
-BROKEN=		does not fetch
-
 USE_PYTHON=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
--- py-poppler.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list