From owner-svn-ports-head@FreeBSD.ORG Sun Oct 20 12:54:31 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1C76916; Sun, 20 Oct 2013 12:54:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DE8F2744; Sun, 20 Oct 2013 12:54:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9KCsVAA007389; Sun, 20 Oct 2013 12:54:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9KCsVqN007387; Sun, 20 Oct 2013 12:54:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310201254.r9KCsVqN007387@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Oct 2013 12:54:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331013 - head/textproc/p5-Text-QRCode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2013 12:54:31 -0000 Author: sunpoet Date: Sun Oct 20 12:54:30 2013 New Revision: 331013 URL: http://svnweb.freebsd.org/changeset/ports/331013 Log: - Add LICENSE - Support STAGEDIR Modified: head/textproc/p5-Text-QRCode/Makefile head/textproc/p5-Text-QRCode/pkg-plist (contents, props changed) Modified: head/textproc/p5-Text-QRCode/Makefile ============================================================================== --- head/textproc/p5-Text-QRCode/Makefile Sun Oct 20 12:49:22 2013 (r331012) +++ head/textproc/p5-Text-QRCode/Makefile Sun Oct 20 12:54:30 2013 (r331013) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate text based QR Code +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -18,7 +21,4 @@ USES= perl5 USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include -MAN3= Text::QRCode.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-Text-QRCode/pkg-plist ============================================================================== --- head/textproc/p5-Text-QRCode/pkg-plist Sun Oct 20 12:49:22 2013 (r331012) +++ head/textproc/p5-Text-QRCode/pkg-plist Sun Oct 20 12:54:30 2013 (r331013) @@ -1,7 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Text/QRCode.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode/QRCode.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode/QRCode.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/Text/QRCode.pm +%%PERL5_MAN3%%/Text::QRCode.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text