Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2015 14:52:30 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404239 - head/irc/quirc
Message-ID:  <201512221452.tBMEqUHT042574@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Dec 22 14:52:30 2015
New Revision: 404239
URL: https://svnweb.freebsd.org/changeset/ports/404239

Log:
  - Update MASTER_SITES
  - Add LICENSE
  - Switch to options helper
  - Pass maintainership to submitter
  
  PR:		D4601
  Submitted by:	205371
  Approved by:	mat (mentor)
  Differential Revision:	D4601

Modified:
  head/irc/quirc/Makefile
  head/irc/quirc/pkg-descr
  head/irc/quirc/pkg-plist

Modified: head/irc/quirc/Makefile
==============================================================================
--- head/irc/quirc/Makefile	Tue Dec 22 14:47:19 2015	(r404238)
+++ head/irc/quirc/Makefile	Tue Dec 22 14:52:30 2015	(r404239)
@@ -3,31 +3,25 @@
 
 PORTNAME=	quirc
 PORTVERSION=	0.9.84
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	irc tk
-MASTER_SITES=	LOCAL:local # This ends up being empty.
+MASTER_SITES=	http://BSDforge.com/projects/source/irc/quirc/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Tcl/Tk IRC client for the X Window System
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 OPTIONS_DEFINE=	DOCS
 
-BROKEN=		Unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2015-12-30
 USES=		tk
 USE_XORG=	xt
 
 GNU_CONFIGURE=	yes
 MAKE_ENV+=	DESTDIR=${STAGEDIR}
 
-MYPORTDOCS=	AUTHORS ChangeLog FAQ NEWS README doc/color.txt \
-		doc/dccresum.txt doc/links.txt doc/nickcomp.txt \
-		doc/quedit.txt doc/rfc1459.txt doc/tdcc.txt
-PORTDOCS=	*
-
-
-.include <bsd.port.options.mk>
+PORTDOCS=	AUTHORS ChangeLog FAQ NEWS README doc/*.txt
 
 CONFIGURE_ARGS=	--with-wish=${WISH} \
 		--with-tcl-include-dir=${TCL_INCLUDEDIR} \
@@ -43,9 +37,9 @@ post-install:
 	${LN} -sf ../install.tcl ${STAGEDIR}${DATADIR}/common
 	@${MKDIR} ${STAGEDIR}${DATADIR}/themes
 	${LN} -sf ../default.tcl ${STAGEDIR}${DATADIR}/themes
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for file in ${MYPORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
-.endfor
+
+post-install-DOCS-on:
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/irc/quirc/pkg-descr
==============================================================================
--- head/irc/quirc/pkg-descr	Tue Dec 22 14:47:19 2015	(r404238)
+++ head/irc/quirc/pkg-descr	Tue Dec 22 14:52:30 2015	(r404239)
@@ -1,4 +1,4 @@
-An IRC client for the X Window System that uses TCL/TK.  It boasts 
+An IRC client for the X Window System that uses TCL/TK.  It boasts
 many advanced scripting facilities and a clean interface.
 
-WWW: http://quirc.sourceforge.net/
+WWW: http://BSDforge.com/projects/irc/quirc/

Modified: head/irc/quirc/pkg-plist
==============================================================================
--- head/irc/quirc/pkg-plist	Tue Dec 22 14:47:19 2015	(r404238)
+++ head/irc/quirc/pkg-plist	Tue Dec 22 14:52:30 2015	(r404239)
@@ -21,3 +21,10 @@ bin/quirc
 %%DATADIR%%/themes/default.tcl
 %%DATADIR%%/variables.tcl
 %%DATADIR%%/winpopup.tcl
+%%PORTDOCS%%%%DOCSDIR%%/color.txt
+%%PORTDOCS%%%%DOCSDIR%%/dccresum.txt
+%%PORTDOCS%%%%DOCSDIR%%/links.txt
+%%PORTDOCS%%%%DOCSDIR%%/nickcomp.txt
+%%PORTDOCS%%%%DOCSDIR%%/quedit.txt
+%%PORTDOCS%%%%DOCSDIR%%/rfc1459.txt
+%%PORTDOCS%%%%DOCSDIR%%/tdcc.txt



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