summaryrefslogtreecommitdiffstats
path: root/news/nget
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-05 08:45:27 +0000
committerkrion <krion@FreeBSD.org>2003-10-05 08:45:27 +0000
commita009e1ea2d3b27fe2a5a9dae0a8daed021314097 (patch)
tree8655b5eed2422161c6f05da459c73fdee3a120d1 /news/nget
parentdfa50a1e48c6b039bbf4dc26ce923397bd40e9c6 (diff)
downloadFreeBSD-ports-a009e1ea2d3b27fe2a5a9dae0a8daed021314097.zip
FreeBSD-ports-a009e1ea2d3b27fe2a5a9dae0a8daed021314097.tar.gz
- Update to 0.24.2
- Take maintainership
Diffstat (limited to 'news/nget')
-rw-r--r--news/nget/Makefile10
-rw-r--r--news/nget/distinfo2
-rw-r--r--news/nget/files/patch-aa12
-rw-r--r--news/nget/pkg-descr2
-rw-r--r--news/nget/pkg-plist3
5 files changed, 12 insertions, 17 deletions
diff --git a/news/nget/Makefile b/news/nget/Makefile
index 0564e65..ec70e02 100644
--- a/news/nget/Makefile
+++ b/news/nget/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= nget
-PORTVERSION= 0.23
+PORTVERSION= 0.24.2
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nget
DISTNAME= nget-${PORTVERSION}+uulib
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= krion@FreeBSD.org
COMMENT= Auto-resuming command line nntp file grabber
MAN1= nget.1 ngetlite.1
@@ -34,5 +34,11 @@ do-install:
post-install:
${STRIP_CMD} ${PREFIX}/bin/nget
${STRIP_CMD} ${PREFIX}/bin/ngetlite
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in README FAQ
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.post.mk>
diff --git a/news/nget/distinfo b/news/nget/distinfo
index f4d9ace..1e1550f 100644
--- a/news/nget/distinfo
+++ b/news/nget/distinfo
@@ -1 +1 @@
-MD5 (nget-0.23+uulib.tar.gz) = 11d4d44f67447dd442177aeaf73e69c9
+MD5 (nget-0.24.2+uulib.tar.gz) = af66530726c923366deaca7c5923e2e2
diff --git a/news/nget/files/patch-aa b/news/nget/files/patch-aa
deleted file mode 100644
index 9da75ae..0000000
--- a/news/nget/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-*** misc.cc.org Thu Jun 26 17:04:21 2003
---- misc.cc Thu Jun 26 17:04:35 2003
-***************
-*** 162,167 ****
---- 162,168 ----
- #endif
- template string durationstr(ulong);
- template string durationstr(long);
-+ template string durationstr(int);
-
- char *text_month[13]={"Jan", "Feb", "Mar", "Apr",
- "May", "Jun", "Jul", "Aug",
diff --git a/news/nget/pkg-descr b/news/nget/pkg-descr
index 939b7e6..0eb468c 100644
--- a/news/nget/pkg-descr
+++ b/news/nget/pkg-descr
@@ -5,5 +5,3 @@ gracefully, resuming after the last part successfully downloaded,
and caching of header data for quick access.
WWW: http://nget.sourceforge.net/
-
-- George Sorsby <george@crackpipe.net>
diff --git a/news/nget/pkg-plist b/news/nget/pkg-plist
index 0b2364e..04064ce 100644
--- a/news/nget/pkg-plist
+++ b/news/nget/pkg-plist
@@ -1,2 +1,5 @@
bin/nget
bin/ngetlite
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/FAQ
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
OpenPOWER on IntegriCloud