diff options
author | leeym <leeym@FreeBSD.org> | 2006-09-03 00:27:22 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-09-03 00:27:22 +0800 |
commit | d5e41992a57fc11fb0ae78f478a8144da66a2ad4 (patch) | |
tree | 8996028cc9ee22bf6e7f7d2fa01a287b5e515735 | |
parent | ba31cc3db0ca07b1fc1341371d08722719bc3d93 (diff) | |
download | freebsd-ports-gnome-d5e41992a57fc11fb0ae78f478a8144da66a2ad4.tar.gz freebsd-ports-gnome-d5e41992a57fc11fb0ae78f478a8144da66a2ad4.tar.zst freebsd-ports-gnome-d5e41992a57fc11fb0ae78f478a8144da66a2ad4.zip |
- remove spam from news spool if it's a SPAM (spamphobia patch)
- add REVISEDATE in PATCHFILES file name
- bump PORTREVISION
-rw-r--r-- | news/nntpcache/Makefile | 5 | ||||
-rw-r--r-- | news/nntpcache/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 95afb135fd3c..e361eac9698d 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -7,7 +7,7 @@ PORTNAME= nntpcache PORTVERSION= 3.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news MASTER_SITES= http://www.nntpcache.com/pub/nntpcache/ @@ -57,8 +57,9 @@ PORTDOCS= AUTHORS ChangeLog FAQ FAQ.html HACKING HTML \ INSTALL LICENSING NEWS README README.INN VERSION .if defined(WITH_SPAMPHOBIA) +REVISEDATE= 20060903 PATCH_SITES+= http://people.freebsd.org/~leeym/:SPAMPHOBIA -PATCHFILES+= ${DISTNAME}-spamphobia.diff.gz:SPAMPHOBIA +PATCHFILES+= ${DISTNAME}-spamphobia-${REVISEDATE}.diff.gz:SPAMPHOBIA .endif post-configure: diff --git a/news/nntpcache/distinfo b/news/nntpcache/distinfo index 98b89dd68c5d..89026249a7ba 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) = 95837cf2bdbcf6643b2639dc56a91640 -SHA256 (nntpcache-3.0.2-spamphobia.diff.gz) = 6c6126fcb1ff86a1181d54b5783a222f807c1fac76ea61727bf1de830d87e67c -SIZE (nntpcache-3.0.2-spamphobia.diff.gz) = 2544 +MD5 (nntpcache-3.0.2-spamphobia-20060903.diff.gz) = 427bcb32ad6c312076e0d20d6f6b500d +SHA256 (nntpcache-3.0.2-spamphobia-20060903.diff.gz) = d551f865f8f30917cfefd9aac1ab1ad00767bcf01c4a0ed4193cae8bc6d62890 +SIZE (nntpcache-3.0.2-spamphobia-20060903.diff.gz) = 2468 |