Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2015 10:53:35 +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: r394849 - head/irc/qwebirc
Message-ID:  <201508201053.t7KArZr8083213@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 20 10:53:35 2015
New Revision: 394849
URL: https://svnweb.freebsd.org/changeset/ports/394849

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Cosmetic fix
  - Fix WWW:

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

Modified: head/irc/qwebirc/Makefile
==============================================================================
--- head/irc/qwebirc/Makefile	Thu Aug 20 10:52:03 2015	(r394848)
+++ head/irc/qwebirc/Makefile	Thu Aug 20 10:53:35 2015	(r394849)
@@ -12,15 +12,18 @@ EXTRACT_SUFX=	.gz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fast, easy to use, free, and open source web IRC client
 
+LICENSE=	GPLv2
+
 USES=		python twisted:run,conch,mail,names,web,words
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
+NO_ARCH=	yes
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}
-	(cd ${WRKDIR}/${PORTNAME} && \
-	${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/www/${PORTNAME} )
+	(cd ${WRKSRC} && \
+		${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/www/${PORTNAME} )
 
 post-install:
 	${MV} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/config.py.example \

Modified: head/irc/qwebirc/pkg-descr
==============================================================================
--- head/irc/qwebirc/pkg-descr	Thu Aug 20 10:52:03 2015	(r394848)
+++ head/irc/qwebirc/pkg-descr	Thu Aug 20 10:53:35 2015	(r394849)
@@ -2,4 +2,4 @@ qwebirc is a fast, easy to use, free and
 designed by and originally just for the QuakeNet IRC network.
 It incorporates SSL and notifications via favicon/titlebar flashing.
 
-WWW: http://qwebirc.org
+WWW: http://qwebirc.org/



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