svn commit: r476228 - head/irc/ngircd

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 2 09:37:56 UTC 2018


Author: amdmi3
Date: Thu Aug  2 09:37:54 2018
New Revision: 476228
URL: https://svnweb.freebsd.org/changeset/ports/476228

Log:
  - Fix LICENSE
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/irc/ngircd/Makefile
  head/irc/ngircd/pkg-descr

Modified: head/irc/ngircd/Makefile
==============================================================================
--- head/irc/ngircd/Makefile	Thu Aug  2 09:07:55 2018	(r476227)
+++ head/irc/ngircd/Makefile	Thu Aug  2 09:37:54 2018	(r476228)
@@ -11,18 +11,15 @@ MASTER_SITES=	http://arthur.barton.de/pub/${PORTNAME}/
 MAINTAINER=	fgsch at lodoss.net
 COMMENT=	Free open source daemon for Internet Relay Chat (IRC)
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe tar:xz
+USES=		cpe localbase:ldflags tar:xz
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	ngircd
 
 CPE_VENDOR=	barton
 CPE_VERSION=	${PORTVERSION:C/^([0-9]+)$/\1.0/}
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 PORTDOCS=	*
 PLIST_FILES=	etc/ngircd.conf.sample \

Modified: head/irc/ngircd/pkg-descr
==============================================================================
--- head/irc/ngircd/pkg-descr	Thu Aug  2 09:07:55 2018	(r476227)
+++ head/irc/ngircd/pkg-descr	Thu Aug  2 09:37:54 2018	(r476228)
@@ -4,4 +4,4 @@ License. It is simple to configure, can cope with dyna
 and supports IPv6 as well as SSL. It is written from scratch and not
 based on the original IRCd.
 
-WWW: http://ngircd.barton.de/
+WWW: https://ngircd.barton.de/


More information about the svn-ports-all mailing list