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.
Dear maintainer of FreeBSD port textproc/sagasu, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?pr=61919 Do you approve this update? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> You take the red pill, you stay in Wonderland, and I show you how deep the rabbit hole goes....
State Changed From-To: open->feedback Asked maintainer for approval.
Responsible Changed From-To: freebsd-ports-bugs->pav Watch.
On Mon, 2004-01-26 at 14:10, Pav Lucistnik wrote: > Dear maintainer of FreeBSD port textproc/sagasu, please take a look at > > http://www.freebsd.org/cgi/query-pr.cgi?pr=61919 > > Do you approve this update? I agree with this patch, but also there was an update of the download site so I've included the MASTER_SITES changes on it. Thanks! --- sagasu-2.0.5.diff begins here --- diff -ruN sagasu.ori/Makefile sagasu/Makefile --- sagasu.ori/Makefile Fri Oct 10 03:28:17 2003 +++ sagasu/Makefile Thu Jan 29 05:06:53 2004 @@ -5,9 +5,10 @@ # $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/ +MASTER_SITES= http://sarrazip.com/dev/ \ + http://demian.dyndns.org/src/ MAINTAINER= rael@vectorstar.net COMMENT= Sagasu is a GNOME tool to find strings in a set of files @@ -21,6 +22,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 -ruN sagasu.ori/distinfo sagasu/distinfo --- sagasu.ori/distinfo Fri Oct 10 03:28:17 2003 +++ sagasu/distinfo Thu Jan 29 04:46:28 2004 @@ -1 +1 @@ -MD5 (sagasu-2.0.3.tar.gz) = 1216b32b85bf390fd1cebea52ae8c062 +MD5 (sagasu-2.0.5.tar.gz) = 9c0eeac7bb3591b4abb3e8ce9f3ac932 diff -ruN sagasu.ori/pkg-plist sagasu/pkg-plist --- sagasu.ori/pkg-plist Fri Oct 10 03:28:17 2003 +++ sagasu/pkg-plist Thu Jan 29 04:46:28 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 ---
State Changed From-To: feedback->closed Committed, thanks!