Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 16:19:54 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359573 - head/net-im/cicquin
Message-ID:  <201406271619.s5RGJs10067107@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Jun 27 16:19:53 2014
New Revision: 359573
URL: http://svnweb.freebsd.org/changeset/ports/359573
QAT: https://qat.redports.org/buildarchive/r359573/

Log:
  - Add staging support
  - Switch to PLIST_FILES
  - Remove Author tag from pkg-descr, info available on
    homepage and in script itself

Deleted:
  head/net-im/cicquin/pkg-plist
Modified:
  head/net-im/cicquin/Makefile
  head/net-im/cicquin/pkg-descr

Modified: head/net-im/cicquin/Makefile
==============================================================================
--- head/net-im/cicquin/Makefile	Fri Jun 27 16:18:51 2014	(r359572)
+++ head/net-im/cicquin/Makefile	Fri Jun 27 16:19:53 2014	(r359573)
@@ -13,7 +13,10 @@ MASTER_SITE_SUBDIR=	roam/misc/cicquin
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Look up users in the CenterICQ user database
 
-MAKE_ENV+=	BINOWN=${BINOWN} BINGRP=${BINGRP}
+PLIST_FILES=	bin/${PORTNAME}
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net-im/cicquin/pkg-descr
==============================================================================
--- head/net-im/cicquin/pkg-descr	Fri Jun 27 16:18:51 2014	(r359572)
+++ head/net-im/cicquin/pkg-descr	Fri Jun 27 16:19:53 2014	(r359573)
@@ -2,5 +2,4 @@ The cicquin script trawls through the Ce
 UIN's with the specified nickname.  It should work with any reasonable Bourne
 shell and any standard awk implementation.
 
-Author: Peter Pentchev <roam@ringlet.net>
 WWW: http://devel.ringlet.net/misc/cicquin/



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