ports/136445: [print/lgrind] [patch] Fix broken status. Take maintainership.

Dereckson dereckson at gmail.com
Wed Jul 8 01:30:06 UTC 2009


>Number:         136445
>Category:       ports
>Synopsis:       [print/lgrind] [patch] Fix broken status. Take maintainership.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 08 01:30:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dereckson
>Release:        7.2-RELEASE
>Organization:
>Environment:
System: FreeBSD scherzo.dereckson.be 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root at walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
i. print/lgrind port marked broken, as main FTP is offline. Hopefully, the archive is on some freebsd distfiles FTP.

ii. Maybe should be placed on master FreeBSD servers instead. If so, the Makefile have to be edited accordingly.

iii. I take maintainership, as I were used to use it to print code listings and am familiar with TeX dependencies.
>How-To-Repeat:

>Fix:
If placed on master FTP websites, here the URL to download it:
http://ftp.riken.go.jp/pub/FreeBSD/distfiles/lgrind/lgrind.tar.gz

Patch attached with submission follows:

--- Makefile.orig	2009-07-08 00:16:48.000000000 +0000
+++ Makefile	2009-07-08 00:45:37.000000000 +0000
@@ -7,11 +7,10 @@
 
 PORTNAME=	lgrind
 PORTVERSION=	3.67
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
-#MASTER_SITES=	ftp://ftp.dante.de/tex-archive/support/ \
-MASTER_SITES=	${MASTER_SITE_TEX_CTAN}
-MASTER_SITE_SUBDIR=support
+MASTER_SITES=	http://ftp.ua.freebsd.org/pub/FreeBSD/distfiles/lgrind/ http://ftp.riken.go.jp/pub/FreeBSD/distfiles/lgrind/
+
 DISTNAME=	${PORTNAME}
 DISTFILES=	${PORTNAME}/source/Makefile \
 		${PORTNAME}/source/README \
@@ -36,14 +35,12 @@
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=	${PORTNAME}.tar.gz
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	dereckson at gmail.com
 COMMENT=	Produce beautiful listings of source code with LaTeX
 
 BUILD_DEPENDS=	latex:${PORTSDIR}/print/teTeX
 RUN_DEPENDS=	latex:${PORTSDIR}/print/teTeX
 
-BROKEN=		does not fetch
-
 MAN1=		lgrind.1
 MAN5=		lgrindef.5
 MANCOMPRESSED=	yes


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



More information about the freebsd-ports-bugs mailing list