diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-11-07 16:45:51 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-11-07 16:45:51 +0000 |
commit | 373b2bbb8b905603547002baa1c3342bdbed008e (patch) | |
tree | a5edf307f2c01e6f5c187f30b478481f53c6f6b1 /news/slrn/Makefile | |
parent | 3edb4f7697386a21c5491202f9f2349ffa68d306 (diff) |
Notes
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index eeeea10d96c8..24dd24589775 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -6,8 +6,7 @@ # PORTNAME= slrn -PORTVERSION= 0.9.8.0 -PORTREVISION= 3 +PORTVERSION= 0.9.8.1 CATEGORIES= news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/usenet/readers/unix/slrn/ \ @@ -18,7 +17,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ MASTER_SITE_SUBDIR= ${PORTNAME} PATCH_SITES= http://slrn.sourceforge.net/patches/ -PATCHFILES= slrn-0.9.8.0-ranges2.diff +PATCHFILES= slrn-0.9.8.1-fetch.diff \ + slrn-0.9.8.1-lastchar2.diff PATCH_DIST_STRIP= -p1 MAINTAINER= petef@FreeBSD.org |