aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-10-03 11:23:02 +0800
committerpetef <petef@FreeBSD.org>2001-10-03 11:23:02 +0800
commit7cf0678523665d848bfca6a82353db389a36041d (patch)
treedb15f8f53490492510a6f0db0a78f16be533f5c5
parent040c999ca82a59e2205dfc4289764874980616d1 (diff)
downloadfreebsd-ports-gnome-7cf0678523665d848bfca6a82353db389a36041d.tar.gz
freebsd-ports-gnome-7cf0678523665d848bfca6a82353db389a36041d.tar.zst
freebsd-ports-gnome-7cf0678523665d848bfca6a82353db389a36041d.zip
- update to 0.1.3
- add regexp to ensure ${PERL} is used in newsgrab.pl - fix typo in pkg-comment (uuencode -> uudecode)
-rw-r--r--news/newsgrab/Makefile8
-rw-r--r--news/newsgrab/distinfo2
-rw-r--r--news/newsgrab/pkg-comment2
3 files changed, 8 insertions, 4 deletions
diff --git a/news/newsgrab/Makefile b/news/newsgrab/Makefile
index 242fd42b7f7c..245a163d8959 100644
--- a/news/newsgrab/Makefile
+++ b/news/newsgrab/Makefile
@@ -6,17 +6,21 @@
#
PORTNAME= newsgrab
-PORTVERSION= 0.1.1
+PORTVERSION= 0.1.3
CATEGORIES= news
MASTER_SITES= http://phunkbros.dk/newsgrab/
MAINTAINER= petef@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/NNTPClient.pm:${PORTSDIR}/news/p5-NNTPClient
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/NNTPClient.pm:${PORTSDIR}/news/p5-NNTPClient \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
NO_BUILD= yes
USE_PERL5= yes
+post-patch:
+ @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/newsgrab.pl
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/newsgrab.pl ${PREFIX}/bin/newsgrab
.if !defined(NOPORTDOCS)
diff --git a/news/newsgrab/distinfo b/news/newsgrab/distinfo
index cdd365165822..866cd97999bc 100644
--- a/news/newsgrab/distinfo
+++ b/news/newsgrab/distinfo
@@ -1 +1 @@
-MD5 (newsgrab-0.1.1.tar.gz) = 04d59241c5759363ff4c39f63e6f28c0
+MD5 (newsgrab-0.1.3.tar.gz) = 55c03181d0eeeac3987190ecf8d0e2ad
diff --git a/news/newsgrab/pkg-comment b/news/newsgrab/pkg-comment
index 3b8db6b0a912..2dbe8cade8f6 100644
--- a/news/newsgrab/pkg-comment
+++ b/news/newsgrab/pkg-comment
@@ -1 +1 @@
-Download and uuencode binary files from USENET using regexps
+Download and uudecode binary files from USENET using regexps