Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 17:41:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389111 - head/irc/ircproxy
Message-ID:  <201506101741.t5AHfI5u060099@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 10 17:41:17 2015
New Revision: 389111
URL: https://svnweb.freebsd.org/changeset/ports/389111

Log:
  - Use options helpers
  - Strip binaries

Modified:
  head/irc/ircproxy/Makefile

Modified: head/irc/ircproxy/Makefile
==============================================================================
--- head/irc/ircproxy/Makefile	Wed Jun 10 17:40:24 2015	(r389110)
+++ head/irc/ircproxy/Makefile	Wed Jun 10 17:41:17 2015	(r389111)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ircproxy
 PORTVERSION=	1.3.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	irc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -34,15 +34,13 @@ MEMDEBUG_CONFIGURE_ENABLE=	memdebug
 FDDEBUG_CONFIGURE_ENABLE=	fddebug
 IPV6_CONFIGURE_ENABLE=		ipv6
 SSL_CONFIGURE_ENABLE=		ssl
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MSSL}
-USE_OPENSSL=		yes
-.endif
+SSL_USE=			OPENSSL=yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|EUSER="ircproxy"|EUSER="ircproxyd"|g; \
 		s|EGROUP="users"|EGROUP="ircproxyd"|g' ${WRKSRC}/data/${PORTNAME}d.conf
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/imkpasswd ${STAGEDIR}${PREFIX}/bin/ircproxyd
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506101741.t5AHfI5u060099>