summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-08-30 13:01:33 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-08-30 13:01:33 +0000
commit8223a9e3789004aab46c95597e80898c0176bc3e (patch)
tree65ece7188efc31276c1a3b809ebd8c897f637d45 /news
parent- Mark BROKEN, fails to configure after recent pytz update (diff)
- Enable SSL by default again, missed during OptionsNG conversion in r325030
- Fix a silly typo: double -e option was passed to sed(1), breaking slave `news/suck-cnews' port - Bump port revision, as defaults had changed (again) Noticed by: dinoex Pointy hat to: danfe
Notes
Notes: svn path=/head/; revision=325678
Diffstat (limited to 'news')
-rw-r--r--news/suck/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile
index 499a8738ae2d..9a0fbb8372fb 100644
--- a/news/suck/Makefile
+++ b/news/suck/Makefile
@@ -3,7 +3,7 @@
PORTNAME= suck
PORTVERSION= 4.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= news
#MASTER_SITES= http://www.sucknews.org/
MASTER_SITES= http://home.comcast.net/~bobyetman/ \
@@ -25,6 +25,7 @@ EX_SCRIPTS= get.news.generic get.news.inn perl_kill.pl perl_xover.pl \
EX_DATA= suckkillfile.sample sucknewsrc.sample suckothermsgs.sample
OPTIONS_DEFINE= SSL EXAMPLES
+OPTIONS_DEFAULT= SSL
.include <bsd.port.options.mk>
@@ -60,7 +61,7 @@ post-patch:
@${REINPLACE_CMD} -e "s=/usr/local/lib/suck=${PREFIX}/lib/suck=" \
${WRKSRC}/suck_config.h
.if defined(NEWSBIN) && !defined(SUCK_WITH_INN)
- @${REINPLACE_CMD} -e -e "s=/usr/local/news/lib=${NEWSCTL}=" \
+ @${REINPLACE_CMD} -e "s=/usr/local/news/lib=${NEWSCTL}=" \
${WRKSRC}/suck_config.h
.else
@${REINPLACE_CMD} -e "s=/usr/local/news/lib=${LOCALBASE}/news/lib=" \