Date: Mon, 1 May 2006 16:50:49 +0300 From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/96587: [PATCH] textproc/carthage: add MASTER_SITE, fix WWW, portlint Message-ID: <1146491449.61232@it.buh.tecnik93.com> Resent-Message-ID: <200605011400.k41E0TvB036087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96587 >Category: ports >Synopsis: [PATCH] textproc/carthage: add MASTER_SITE, fix WWW, portlint >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 01 14:00:28 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #3: Tue Apr 4 15:35:15 EEST 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_U_P >Description: Add MASTER_SITE mirror. Provide working WWW. [1] Use DOCSDIR macro in plist and change a comment in Makefile ot silence portlint. Reported by: fenner's distfiles survey [1] Tinderbox logs: http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=307 >How-To-Repeat: >Fix: --- carthage.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/carthage/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 25 Oct 2004 13:39:56 -0000 1.5 +++ Makefile 1 May 2006 13:46:51 -0000 @@ -6,10 +6,11 @@ # PORTNAME= carthage -PORTVERSION= 1.0 # Cannot find any version information +PORTVERSION= 1.0 # No version information on WWW PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://www.tei-c.org/Software/carthage/ +MASTER_SITES= http://www.tei-c.org/Software/carthage/ \ + http://www.tei-c.org.uk/Software/carthage/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/carthage/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 3 Jan 2003 11:51:59 -0000 1.1 +++ pkg-descr 1 May 2006 13:46:51 -0000 @@ -1,6 +1,6 @@ A parser and clean-up tool for SGML DTDs. -WWW: http://www.tei-c.org/Software/carthage +WWW: http://www.tei-c.org.uk/Software/carthage/ - Henrik Motakef <henrik.motakef@web.de> Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/carthage/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 3 Jan 2003 11:51:59 -0000 1.1 +++ pkg-plist 1 May 2006 13:46:51 -0000 @@ -1,5 +1,5 @@ bin/carthage bin/carthago -%%PORTDOCS%%share/doc/carthage/README -%%PORTDOCS%%share/doc/carthage/README.SPQR -%%PORTDOCS%%@dirrm share/doc/carthage +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.SPQR +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- carthage.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1146491449.61232>