Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 16:42:23 +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: r421838 - in head/mail/whoson: . files
Message-ID:  <201609111642.u8BGgNHi070803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 11 16:42:22 2016
New Revision: 421838
URL: https://svnweb.freebsd.org/changeset/ports/421838

Log:
  - Add LICENSE
  - Switch to options helpers
  - Regenerate patches

Modified:
  head/mail/whoson/Makefile
  head/mail/whoson/files/patch-Makefile.in

Modified: head/mail/whoson/Makefile
==============================================================================
--- head/mail/whoson/Makefile	Sun Sep 11 16:42:03 2016	(r421837)
+++ head/mail/whoson/Makefile	Sun Sep 11 16:42:22 2016	(r421838)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Implementation of `WHO iS ONline' protocol
 
+LICENSE=	PD OpenSSL
+LICENSE_COMB=	multi
+
 USES=		libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-config=${PREFIX}/etc/whoson.conf
@@ -21,13 +24,11 @@ PORTDOCS=	README ChangeLog
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
+	@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libwhoson.so
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}/${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
-	${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libwhoson.so.0
 
 .include <bsd.port.mk>

Modified: head/mail/whoson/files/patch-Makefile.in
==============================================================================
--- head/mail/whoson/files/patch-Makefile.in	Sun Sep 11 16:42:03 2016	(r421837)
+++ head/mail/whoson/files/patch-Makefile.in	Sun Sep 11 16:42:22 2016	(r421838)
@@ -1,5 +1,5 @@
---- Makefile.in.orig	2008-01-17 15:59:21.000000000 +0300
-+++ Makefile.in	2008-07-02 19:37:47.000000000 +0400
+--- Makefile.in.orig	2009-04-08 12:35:09 UTC
++++ Makefile.in
 @@ -336,7 +336,7 @@ whosond_SOURCES = whosond.c mainloop.c l
  nodist_whosond_SOURCES = servlist.c
  EXTRA_whosond_SOURCES = serv_tcp.c serv_unix.c serv_unixd.c serv_udp.c



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