diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-05 08:45:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-05 08:45:27 +0000 |
commit | df1c99e5920a4631bc89dcd7144d75a2df145780 (patch) | |
tree | 9d1392271c5b69765e8a1cf99bdd365c4eff9005 /news/nget | |
parent | 21d8449d094b08d504996c99fb9a299a9fd4f0ed (diff) | |
download | ports-df1c99e5920a4631bc89dcd7144d75a2df145780.tar.gz ports-df1c99e5920a4631bc89dcd7144d75a2df145780.zip |
Notes
Diffstat (limited to 'news/nget')
-rw-r--r-- | news/nget/Makefile | 10 | ||||
-rw-r--r-- | news/nget/distinfo | 2 | ||||
-rw-r--r-- | news/nget/files/patch-aa | 12 | ||||
-rw-r--r-- | news/nget/pkg-descr | 2 | ||||
-rw-r--r-- | news/nget/pkg-plist | 3 |
5 files changed, 12 insertions, 17 deletions
diff --git a/news/nget/Makefile b/news/nget/Makefile index 0564e658ee81..ec70e029434b 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 f4d9aceebaed..1e1550f82332 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 9da75aeebd40..000000000000 --- 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 939b7e66a59c..0eb468ce535f 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 0b2364e0f0fd..04064ce0f325 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%% |