From owner-svn-ports-head@freebsd.org Wed Dec 21 20:47:12 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 E838FC8B17B; Wed, 21 Dec 2016 20:47:12 +0000 (UTC) (envelope-from sunpoet@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 B22591D93; Wed, 21 Dec 2016 20:47:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBLKlBHA048671; Wed, 21 Dec 2016 20:47:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBLKlBwi048670; Wed, 21 Dec 2016 20:47:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612212047.uBLKlBwi048670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Dec 2016 20:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429127 - head/devel/p5-Gtk2-Spell 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.23 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: Wed, 21 Dec 2016 20:47:13 -0000 Author: sunpoet Date: Wed Dec 21 20:47:11 2016 New Revision: 429127 URL: https://svnweb.freebsd.org/changeset/ports/429127 Log: - Add LICENSE_FILE [1] - Remove unneeded CHMOD after r390893 (file mode changed from 444 to 644) With hat: perl Approved by: portmgr (blanket) [1] Modified: head/devel/p5-Gtk2-Spell/Makefile Modified: head/devel/p5-Gtk2-Spell/Makefile ============================================================================== --- head/devel/p5-Gtk2-Spell/Makefile Wed Dec 21 20:47:07 2016 (r429126) +++ head/devel/p5-Gtk2-Spell/Makefile Wed Dec 21 20:47:11 2016 (r429127) @@ -12,6 +12,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Perl interface to the Gtk2Spell library LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Cairo>=0:graphics/p5-Cairo \ p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \ @@ -27,8 +28,6 @@ post-patch: @${REINPLACE_CMD} -e 's=1.00rc2=1.001=g' ${WRKSRC}/Makefile.PL post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk2/Spell/Spell.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk2/Spell/Spell.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk2/Spell/Spell.so .include