diff options
author | leeym <leeym@FreeBSD.org> | 2006-05-25 15:17:39 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-05-25 15:17:39 +0800 |
commit | 86e664cc12ce64398192ee2f7c03b35036155f98 (patch) | |
tree | a0f7a9e93df2626e2fa2817f1e0af3fd237d35e3 /news | |
parent | 11234a05f55302101f13518f263abafcdcc5424c (diff) | |
download | freebsd-ports-gnome-86e664cc12ce64398192ee2f7c03b35036155f98.tar.gz freebsd-ports-gnome-86e664cc12ce64398192ee2f7c03b35036155f98.tar.zst freebsd-ports-gnome-86e664cc12ce64398192ee2f7c03b35036155f98.zip |
- fix a bug in patch to enable xover_nocem for the cache on disk
- bump PORTREVISION
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/Makefile | 4 | ||||
-rw-r--r-- | news/nntpcache/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index df983d55ce18..95afb135fd3c 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -7,7 +7,7 @@ PORTNAME= nntpcache PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MASTER_SITES= http://www.nntpcache.com/pub/nntpcache/ @@ -59,8 +59,6 @@ PORTDOCS= AUTHORS ChangeLog FAQ FAQ.html HACKING HTML \ .if defined(WITH_SPAMPHOBIA) PATCH_SITES+= http://people.freebsd.org/~leeym/:SPAMPHOBIA PATCHFILES+= ${DISTNAME}-spamphobia.diff.gz:SPAMPHOBIA -post-patch: - ${REINPLACE_CMD} -e '/nocem filter/s|logd|//logd|g' ${WRKSRC}/src/xover.c .endif post-configure: diff --git a/news/nntpcache/distinfo b/news/nntpcache/distinfo index cc5e3dac3ef6..98b89dd68c5d 100644 --- a/news/nntpcache/distinfo +++ b/news/nntpcache/distinfo @@ -1,6 +1,6 @@ MD5 (nntpcache-3.0.2.tar.gz) = 83ad23c78b1908fb4b0d903620f4a9d4 SHA256 (nntpcache-3.0.2.tar.gz) = 613faeff339c6d3c5f0cc4ce80fe8a20f2ac484e5d1e5e71e4c7877a8281565e SIZE (nntpcache-3.0.2.tar.gz) = 1077641 -MD5 (nntpcache-3.0.2-spamphobia.diff.gz) = 3cbac8964dce42ec90079a33d411025c -SHA256 (nntpcache-3.0.2-spamphobia.diff.gz) = 29f9fb7ce01210da6a71f43acf0362bfd73fa8d53354f4b9c9fdd8f08529e314 -SIZE (nntpcache-3.0.2-spamphobia.diff.gz) = 2434 +MD5 (nntpcache-3.0.2-spamphobia.diff.gz) = 95837cf2bdbcf6643b2639dc56a91640 +SHA256 (nntpcache-3.0.2-spamphobia.diff.gz) = 6c6126fcb1ff86a1181d54b5783a222f807c1fac76ea61727bf1de830d87e67c +SIZE (nntpcache-3.0.2-spamphobia.diff.gz) = 2544 |