diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2021-06-12 04:49:22 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-06-12 04:53:23 +0000 |
commit | bc8105485da4f3ef64fc249b003e5b981c0d5d05 (patch) | |
tree | 8f86fc5e194eaed879dd2bfbe7c6fad6127ca7d3 | |
parent | e28c8b7317a5874a73da91992e0fbc0b7bac2b80 (diff) | |
download | ports-bc8105485da4f3ef64fc249b003e5b981c0d5d05.tar.gz ports-bc8105485da4f3ef64fc249b003e5b981c0d5d05.zip |
news/cleanfeed: Update to 20200402 and flavors
The new flavor allows one to use inn-CURRENT with cleanfeed.
Also mark NO_ARCH since it's just a perl script.
-rw-r--r-- | news/cleanfeed/Makefile | 15 | ||||
-rw-r--r-- | news/cleanfeed/distinfo | 6 |
2 files changed, 15 insertions, 6 deletions
diff --git a/news/cleanfeed/Makefile b/news/cleanfeed/Makefile index 9d513cf48f81..214a0583d635 100644 --- a/news/cleanfeed/Makefile +++ b/news/cleanfeed/Makefile @@ -1,18 +1,27 @@ # Created by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> PORTNAME= cleanfeed -DISTVERSION= 20190602 +DISTVERSION= 20200402 CATEGORIES= news USE_GITHUB= yes GH_ACCOUNT= crooks -GH_TAGNAME= b3c6bcf6e34a6d35cad402d34c7ff76aba481c6d +GH_TAGNAME= dd177d4a3b6ea2e538da17bbb2a74772cea4a49a MAINTAINER= kbowling@FreeBSD.org COMMENT= Spam filter for Usenet news servers -RUN_DEPENDS= ${LOCALBASE}/news/bin/innd:news/inn +FLAVORS= inn inncurrent +FLAVOR?= ${FLAVORS:[1]} +inn_CONFLICTS_INSTALL= cleanfeed-CURRENT +inn_RUN_DEPENDS= ${LOCALBASE}/news/bin/innd:news/inn + +inncurrent_PKGNAMESUFFIX= -CURRENT +inncurrent_CONFLICTS_INSTALL= cleanfeed +inncurrent_RUN_DEPENDS= ${LOCALBASE}/news/bin/innd:news/inn-CURRENT + +NO_ARCH= yes NO_BUILD= yes USES= perl5 BINOWN= news diff --git a/news/cleanfeed/distinfo b/news/cleanfeed/distinfo index 25c8bbe33b33..41d8b02be25b 100644 --- a/news/cleanfeed/distinfo +++ b/news/cleanfeed/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572996270 -SHA256 (crooks-cleanfeed-20190602-b3c6bcf6e34a6d35cad402d34c7ff76aba481c6d_GH0.tar.gz) = 88a4d4eacad05e2171f308158e9d6d5c64f4d944c605272425e0f9055be4f2b7 -SIZE (crooks-cleanfeed-20190602-b3c6bcf6e34a6d35cad402d34c7ff76aba481c6d_GH0.tar.gz) = 58644 +TIMESTAMP = 1623473306 +SHA256 (crooks-cleanfeed-20200402-dd177d4a3b6ea2e538da17bbb2a74772cea4a49a_GH0.tar.gz) = 57ffc42426c887b3ee456bfe45cad52a5ff55fbec0dd5c5693647cc7d2e03212 +SIZE (crooks-cleanfeed-20200402-dd177d4a3b6ea2e538da17bbb2a74772cea4a49a_GH0.tar.gz) = 58634 |