diff options
-rw-r--r-- | textproc/sagasu/Makefile | 7 | ||||
-rw-r--r-- | textproc/sagasu/distinfo | 2 | ||||
-rw-r--r-- | textproc/sagasu/pkg-plist | 16 |
3 files changed, 14 insertions, 11 deletions
diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile index 0084d65573b8..0005482f4319 100644 --- a/textproc/sagasu/Makefile +++ b/textproc/sagasu/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ PORTNAME= sagasu -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.5 CATEGORIES= textproc gnome -MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ +MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ \ + http://demian.dyndns.org/src/ MAINTAINER= rael@vectorstar.net COMMENT= Sagasu is a GNOME tool to find strings in a set of files @@ -22,6 +23,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= sagasu.1 +PLIST_SUB= PORTVERSION=${PORTVERSION} + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure diff --git a/textproc/sagasu/distinfo b/textproc/sagasu/distinfo index af57fefc2ef0..dc614fad87b8 100644 --- a/textproc/sagasu/distinfo +++ b/textproc/sagasu/distinfo @@ -1 +1 @@ -MD5 (sagasu-2.0.3.tar.gz) = 1216b32b85bf390fd1cebea52ae8c062 +MD5 (sagasu-2.0.5.tar.gz) = 9c0eeac7bb3591b4abb3e8ce9f3ac932 diff --git a/textproc/sagasu/pkg-plist b/textproc/sagasu/pkg-plist index 39b2300b2949..8edcab2fe286 100644 --- a/textproc/sagasu/pkg-plist +++ b/textproc/sagasu/pkg-plist @@ -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 @@ share/locale/ru/LC_MESSAGES/sagasu.mo @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%% |