Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2015 09:59:47 +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: r395536 - head/irc/psybnc
Message-ID:  <201508290959.t7T9xljv020340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Aug 29 09:59:46 2015
New Revision: 395536
URL: https://svnweb.freebsd.org/changeset/ports/395536

Log:
  - Add LICENSE
  - Switch to @sample

Modified:
  head/irc/psybnc/Makefile
  head/irc/psybnc/pkg-plist

Modified: head/irc/psybnc/Makefile
==============================================================================
--- head/irc/psybnc/Makefile	Sat Aug 29 09:36:56 2015	(r395535)
+++ head/irc/psybnc/Makefile	Sat Aug 29 09:59:46 2015	(r395536)
@@ -11,6 +11,8 @@ DISTNAME=	psyBNC-${DISTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Powerful IRC bouncer
 
+LICENSE=	GPLv1 # or later (though COPYING is GPLv2)
+
 USE_OPENSSL=	yes
 WRKSRC=		${WRKDIR}/psybnc
 PSYBASE?=	${PREFIX}/psybnc

Modified: head/irc/psybnc/pkg-plist
==============================================================================
--- head/irc/psybnc/pkg-plist	Sat Aug 29 09:36:56 2015	(r395535)
+++ head/irc/psybnc/pkg-plist	Sat Aug 29 09:59:46 2015	(r395536)
@@ -1,7 +1,5 @@
 bin/psybnc
-@unexec cmp -s %D/etc/psybnc.conf.sample %D/etc/psybnc.conf && rm -f %D/etc/psybnc.conf || true
-etc/psybnc.conf.sample
-@exec cp -np %D/%F %B/psybnc.conf
+@sample etc/psybnc.conf.sample
 %%PSYBASE%%/lang/INFO
 %%PSYBASE%%/lang/english.lng
 %%PSYBASE%%/lang/german.lng



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