svn commit: r325678 - head/news/suck

Alexey Dokuchaev danfe at FreeBSD.org
Fri Aug 30 13:01:33 UTC 2013


Author: danfe
Date: Fri Aug 30 13:01:33 2013
New Revision: 325678
URL: http://svnweb.freebsd.org/changeset/ports/325678

Log:
  - 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

Modified:
  head/news/suck/Makefile

Modified: head/news/suck/Makefile
==============================================================================
--- head/news/suck/Makefile	Fri Aug 30 12:59:17 2013	(r325677)
+++ head/news/suck/Makefile	Fri Aug 30 13:01:33 2013	(r325678)
@@ -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.in
 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=" \


More information about the svn-ports-head mailing list