Date: Sun, 25 Jan 2004 20:59:18 -0800 (PST) From: Tom McLaughlin <tom@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: rael@vectorstar.net Subject: ports/61919: textproc/sagasu 2.0.3 is not fetchable Message-ID: <20040126045918.1CDFE43D2D@mx1.FreeBSD.org> Resent-Message-ID: <200401260500.i0Q50X2s035309@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61919 >Category: ports >Synopsis: textproc/sagasu 2.0.3 is not fetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 25 21:00:33 PST 2004 >Closed-Date: >Last-Modified: >Originator: Tom McLaughlin >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD athens.straycat.dhs.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0: Sat Jan 10 17:53:02 EST 2004 root@athens.straycat.dhs.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: The distfile for port textproc/sagasu is no longer fetchable from the program's site. The attached patch updates sagasu from version 2.0.3 to 2.0.5 which is the latest available version from the site. The patch also defines a PLIST_SUB for PORTVERSION to avoid having to update the documentation location in the pkg-plist for each successive version change. >How-To-Repeat: run `make fetch` from the port's directory. >Fix: --- sagasu-2.0.5.diff begins here --- diff -Nur sagasu.old/Makefile sagasu/Makefile --- sagasu.old/Makefile Sun Jan 25 22:09:31 2004 +++ sagasu/Makefile Sun Jan 25 23:12:35 2004 @@ -5,7 +5,7 @@ # $FreeBSD: ports/textproc/sagasu/Makefile,v 1.1 2003/10/10 06:28:17 edwin Exp $ PORTNAME= sagasu -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.5 CATEGORIES= textproc gnome MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ @@ -21,6 +21,8 @@ LDFLAGS="-L${LOCALBASE}/lib" MAN1= sagasu.1 + +PLIST_SUB= PORTVERSION=${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure diff -Nur sagasu.old/distinfo sagasu/distinfo --- sagasu.old/distinfo Sun Jan 25 22:09:31 2004 +++ sagasu/distinfo Sun Jan 25 22:12:35 2004 @@ -1 +1 @@ -MD5 (sagasu-2.0.3.tar.gz) = 1216b32b85bf390fd1cebea52ae8c062 +MD5 (sagasu-2.0.5.tar.gz) = 9c0eeac7bb3591b4abb3e8ce9f3ac932 diff -Nur sagasu.old/pkg-plist sagasu/pkg-plist --- sagasu.old/pkg-plist Sun Jan 25 22:09:31 2004 +++ sagasu/pkg-plist Sun Jan 25 23:14:12 2004 @@ -1,12 +1,12 @@ bin/sagasu share/gnome/applications/sagasu.desktop -share/gnome/doc/sagasu-2.0.3/AUTHORS -share/gnome/doc/sagasu-2.0.3/COPYING -share/gnome/doc/sagasu-2.0.3/INSTALL -share/gnome/doc/sagasu-2.0.3/NEWS -share/gnome/doc/sagasu-2.0.3/README -share/gnome/doc/sagasu-2.0.3/THANKS -share/gnome/doc/sagasu-2.0.3/TODO +share/gnome/doc/sagasu-%%PORTVERSION%%/AUTHORS +share/gnome/doc/sagasu-%%PORTVERSION%%/COPYING +share/gnome/doc/sagasu-%%PORTVERSION%%/INSTALL +share/gnome/doc/sagasu-%%PORTVERSION%%/NEWS +share/gnome/doc/sagasu-%%PORTVERSION%%/README +share/gnome/doc/sagasu-%%PORTVERSION%%/THANKS +share/gnome/doc/sagasu-%%PORTVERSION%%/TODO share/gnome/help/sagasu/C/sagasu.html share/gnome/help/sagasu/fr/sagasu.html share/gnome/pixmaps/close.xpm @@ -23,4 +23,4 @@ @dirrm share/gnome/help/sagasu/fr @dirrm share/gnome/help/sagasu/C @dirrm share/gnome/help/sagasu -@dirrm share/gnome/doc/sagasu-2.0.3 +@dirrm share/gnome/doc/sagasu-%%PORTVERSION%% --- sagasu-2.0.5.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?20040126045918.1CDFE43D2D>