From owner-svn-ports-all@FreeBSD.ORG Wed May 27 16:21:50 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 598DEDE3; Wed, 27 May 2015 16:21:50 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4744A6A2; Wed, 27 May 2015 16:21:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4RGLorc083257; Wed, 27 May 2015 16:21:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4RGLnes083255; Wed, 27 May 2015 16:21:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505271621.t4RGLnes083255@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 May 2015 16:21:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387627 - head/graphics/rubygem-gd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 16:21:50 -0000 Author: sunpoet Date: Wed May 27 16:21:49 2015 New Revision: 387627 URL: https://svnweb.freebsd.org/changeset/ports/387627 Log: - Add LICENSE - Update COMMENT - Patch source file in post-patch: and match graphics/gd shlib version - Remove REINPLACE_ARGS - Update WWW - Bump PORTREVISION for package change Modified: head/graphics/rubygem-gd2/Makefile head/graphics/rubygem-gd2/pkg-descr Modified: head/graphics/rubygem-gd2/Makefile ============================================================================== --- head/graphics/rubygem-gd2/Makefile Wed May 27 16:21:45 2015 (r387626) +++ head/graphics/rubygem-gd2/Makefile Wed May 27 16:21:49 2015 (r387627) @@ -3,22 +3,22 @@ PORTNAME= gd2 PORTVERSION= 1.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby binding for Thomas Boutell's gd 2.x graphics library #' +COMMENT= Ruby interface to gd 2 library -LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd +LICENSE= GPLv2 -REINPLACE_ARGS= -i "" +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -post-install: - @${REINPLACE_CMD} 's|so.2|so.4|' ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/gd2.rb +post-patch: + @${REINPLACE_CMD} 's|libgd.so.2|libgd.so.5|' ${WRKSRC}/lib/gd2.rb .include Modified: head/graphics/rubygem-gd2/pkg-descr ============================================================================== --- head/graphics/rubygem-gd2/pkg-descr Wed May 27 16:21:45 2015 (r387626) +++ head/graphics/rubygem-gd2/pkg-descr Wed May 27 16:21:49 2015 (r387627) @@ -1,3 +1,3 @@ Ruby binding for Thomas Boutell's gd 2.x graphics library -WWW: http://rubygems.org/gems/gd2/ +WWW: http://gd2.rubyforge.org/