diff options
-rw-r--r-- | textproc/rarian/Makefile | 12 | ||||
-rw-r--r-- | textproc/rarian/distinfo | 6 |
2 files changed, 7 insertions, 11 deletions
diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile index 2bb1dcd5e..481606bb2 100644 --- a/textproc/rarian/Makefile +++ b/textproc/rarian/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/textproc/rarian/Makefile,v 1.2 2007/08/02 20:48:23 marcus Exp $ +# $MCom: ports/textproc/rarian/Makefile,v 1.3 2007/08/04 03:51:31 marcus Exp $ # PORTNAME= rarian -PORTVERSION= 0.5.6 -PORTREVISION= 2 +PORTVERSION= 0.5.8 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -42,12 +41,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's|[[][[]|[|g ; \ - s|]]|]|g ; \ - s|/lib/rarian|/db/rarian|' \ + @${REINPLACE_CMD} -e 's|/lib/rarian|/db/rarian|' \ ${WRKSRC}/util/Makefile.in - @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|g ; \ - s|@localstatedir@/lib/rarian|@localstatedir@/db/rarian|g ; \ + @${REINPLACE_CMD} -e 's|@localstatedir@/lib/rarian|@localstatedir@/db/rarian|g ; \ s|getopt|${LOCALBASE}/bin/getopt|' \ ${WRKSRC}/util/rarian-sk-config.in \ ${WRKSRC}/util/rarian-sk-extract.in \ diff --git a/textproc/rarian/distinfo b/textproc/rarian/distinfo index 485eba8f6..2496d3eac 100644 --- a/textproc/rarian/distinfo +++ b/textproc/rarian/distinfo @@ -1,3 +1,3 @@ -MD5 (rarian-0.5.6.tar.bz2) = 3e4e8b28536462c8608855f142dc895e -SHA256 (rarian-0.5.6.tar.bz2) = fea011b55ed4712f791dacebe04571ac6f4ce34f4579cfe8b961402409ceb6c9 -SIZE (rarian-0.5.6.tar.bz2) = 330425 +MD5 (rarian-0.5.8.tar.bz2) = 9afee4d25a10bd5310ee21e23a09d659 +SHA256 (rarian-0.5.8.tar.bz2) = 2ce1c69ac479547d3438717107916c08ef43ca2ec9c11c8674aa93d0e019dd10 +SIZE (rarian-0.5.8.tar.bz2) = 311295 |