From owner-svn-ports-head@freebsd.org Fri Aug 26 05:52:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3548BC646B; Fri, 26 Aug 2016 05:52:49 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 603861DD4; Fri, 26 Aug 2016 05:52:49 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7Q5qmcY053730; Fri, 26 Aug 2016 05:52:48 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7Q5qmkp053727; Fri, 26 Aug 2016 05:52:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201608260552.u7Q5qmkp053727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 26 Aug 2016 05:52:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420889 - head/graphics/pecl-qrencode 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.22 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: Fri, 26 Aug 2016 05:52:49 -0000 Author: vanilla Date: Fri Aug 26 05:52:48 2016 New Revision: 420889 URL: https://svnweb.freebsd.org/changeset/ports/420889 Log: Update to 0.5. Modified: head/graphics/pecl-qrencode/Makefile head/graphics/pecl-qrencode/distinfo head/graphics/pecl-qrencode/pkg-descr Modified: head/graphics/pecl-qrencode/Makefile ============================================================================== --- head/graphics/pecl-qrencode/Makefile Fri Aug 26 05:20:17 2016 (r420888) +++ head/graphics/pecl-qrencode/Makefile Fri Aug 26 05:52:48 2016 (r420889) @@ -2,23 +2,23 @@ # $FreeBSD$ PORTNAME= qrencode -PORTVERSION= 0.4 -PORTREVISION= 1 +PORTVERSION= 0.5 +DISTVERSIONPREFIX= v CATEGORIES= graphics pear -MASTER_SITES= LOCAL/vanilla PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL MAINTAINER= vanilla@FreeBSD.org COMMENT= PECL extension for generate qrcode -LIB_DEPENDS= libqrencode.so:graphics/libqrencode +LICENSE= BSD2CLAUSE -USES= php:ext tar:bzip2 -IGNORE_WITH_PHP= 70 +LIB_DEPENDS= libqrencode.so:graphics/libqrencode \ + libpng16.so:graphics/png -CONFIGURE_ARGS= --with-qrencode=${LOCALBASE} -LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} -CFLAGS+= -I${LOCALBASE}/include +USES= php:ext +USE_GITHUB= yes +GH_ACCOUNT= vanillahsu +GH_PROJECT= pecl-qrencode .include Modified: head/graphics/pecl-qrencode/distinfo ============================================================================== --- head/graphics/pecl-qrencode/distinfo Fri Aug 26 05:20:17 2016 (r420888) +++ head/graphics/pecl-qrencode/distinfo Fri Aug 26 05:52:48 2016 (r420889) @@ -1,2 +1,3 @@ -SHA256 (PECL/qrencode-0.4.tar.bz2) = 7104ae870c4687173f6a893751defa50f86ed65018705bb91b9467ce176383a2 -SIZE (PECL/qrencode-0.4.tar.bz2) = 59309 +TIMESTAMP = 1472190423 +SHA256 (PECL/vanillahsu-pecl-qrencode-v0.5_GH0.tar.gz) = 6878a77108da56840ceb326253124f0da473a76de816f40a33c3ccbb99c05101 +SIZE (PECL/vanillahsu-pecl-qrencode-v0.5_GH0.tar.gz) = 62603 Modified: head/graphics/pecl-qrencode/pkg-descr ============================================================================== --- head/graphics/pecl-qrencode/pkg-descr Fri Aug 26 05:20:17 2016 (r420888) +++ head/graphics/pecl-qrencode/pkg-descr Fri Aug 26 05:52:48 2016 (r420889) @@ -1 +1,3 @@ A PECL extension for generate qrcode. + +WWW: https://github.com/vanillahsu/pecl-qrencode