From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 8 01:30:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32E3A1065676 for ; Wed, 8 Jul 2009 01:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E27D8FC13 for ; Wed, 8 Jul 2009 01:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n681U5k3069902 for ; Wed, 8 Jul 2009 01:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n681U5Za069898; Wed, 8 Jul 2009 01:30:05 GMT (envelope-from gnats) Resent-Date: Wed, 8 Jul 2009 01:30:05 GMT Resent-Message-Id: <200907080130.n681U5Za069898@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dereckson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECACA10656C6 for ; Wed, 8 Jul 2009 01:27:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D9CB88FC23 for ; Wed, 8 Jul 2009 01:27:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n681RW06056507 for ; Wed, 8 Jul 2009 01:27:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n681RW7o056506; Wed, 8 Jul 2009 01:27:32 GMT (envelope-from nobody) Message-Id: <200907080127.n681RW7o056506@www.freebsd.org> Date: Wed, 8 Jul 2009 01:27:32 GMT From: Dereckson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136445: [print/lgrind] [patch] Fix broken status. Take maintainership. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 01:30:06 -0000 >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: