Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2009 01:27:32 GMT
From:      Dereckson <dereckson@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/136445: [print/lgrind] [patch] Fix broken status. Take maintainership. 
Message-ID:  <200907080127.n681RW7o056506@www.freebsd.org>
Resent-Message-ID: <200907080130.n681U5Za069898@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@FreeBSD.org
+MAINTAINER=	dereckson@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907080127.n681RW7o056506>