From owner-svn-ports-head@freebsd.org Sun Jan 3 17:50:29 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 C7F56A60D6A; Sun, 3 Jan 2016 17:50:29 +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 711B91604; Sun, 3 Jan 2016 17:50:29 +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 u03HoSCM085123; Sun, 3 Jan 2016 17:50:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03HoSQu085121; Sun, 3 Jan 2016 17:50:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03HoSQu085121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405174 - head/devel/swig30 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.20 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, 03 Jan 2016 17:50:29 -0000 Author: sunpoet Date: Sun Jan 3 17:50:28 2016 New Revision: 405174 URL: https://svnweb.freebsd.org/changeset/ports/405174 Log: - Update to 3.0.8 - Use PLIST_FILES instead of PLIST - Remove PLIST_SUB - Convert to new options target helper Changes: http://swig.org/release.html Deleted: head/devel/swig30/pkg-plist Modified: head/devel/swig30/Makefile head/devel/swig30/distinfo Modified: head/devel/swig30/Makefile ============================================================================== --- head/devel/swig30/Makefile Sun Jan 3 17:50:23 2016 (r405173) +++ head/devel/swig30/Makefile Sun Jan 3 17:50:28 2016 (r405174) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swig -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 30 @@ -26,7 +26,8 @@ GNU_CONFIGURE= yes TEST_TARGET= check USES= gmake lua -PLIST_SUB= MAJOR_VER=${PORTVERSION:R} +PLIST_FILES= bin/ccache-swig${PORTVERSION:R} \ + bin/swig${PORTVERSION:R} PORTDATA= * PORTDOCS= * PORTEXAMPLES= * @@ -48,7 +49,11 @@ post-configure: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ccache-swig${PORTVERSION:R} ${STAGEDIR}${PREFIX}/bin/swig${PORTVERSION:R} + +post-install-DOCS-on: cd ${WRKSRC}/Doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${PORTVERSION} + +post-install-EXAMPLES-on: cd ${WRKSRC}/Examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/${PORTVERSION} .include Modified: head/devel/swig30/distinfo ============================================================================== --- head/devel/swig30/distinfo Sun Jan 3 17:50:23 2016 (r405173) +++ head/devel/swig30/distinfo Sun Jan 3 17:50:28 2016 (r405174) @@ -1,2 +1,2 @@ -SHA256 (swig-3.0.7.tar.gz) = 06dc8816a225667ce1eee545af3caf87e1bbaa379c32838d4cea53152514348d -SIZE (swig-3.0.7.tar.gz) = 5923046 +SHA256 (swig-3.0.8.tar.gz) = 58a475dbbd4a4d7075e5fe86d4e54c9edde39847cdb96a3053d87cb64a23a453 +SIZE (swig-3.0.8.tar.gz) = 7937213