From owner-svn-ports-head@freebsd.org Sat Dec 31 23:29:07 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 D1E56C99D5C; Sat, 31 Dec 2016 23:29:07 +0000 (UTC) (envelope-from hrs@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 94740183D; Sat, 31 Dec 2016 23:29:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBVNT6GH053762; Sat, 31 Dec 2016 23:29:06 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBVNT6Di053760; Sat, 31 Dec 2016 23:29:06 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201612312329.uBVNT6Di053760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sat, 31 Dec 2016 23:29:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430176 - head/devel/pkg-info.el 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: Sat, 31 Dec 2016 23:29:07 -0000 Author: hrs Date: Sat Dec 31 23:29:06 2016 New Revision: 430176 URL: https://svnweb.freebsd.org/changeset/ports/430176 Log: Update to 0.6. Deleted: head/devel/pkg-info.el/pkg-plist Modified: head/devel/pkg-info.el/Makefile head/devel/pkg-info.el/distinfo Modified: head/devel/pkg-info.el/Makefile ============================================================================== --- head/devel/pkg-info.el/Makefile Sat Dec 31 23:23:15 2016 (r430175) +++ head/devel/pkg-info.el/Makefile Sat Dec 31 23:29:06 2016 (r430176) @@ -1,25 +1,22 @@ # $FreeBSD$ PORTNAME= pkg-info.el -PORTVERSION= 0.5 -PORTREVISION= 2 +PORTVERSION= 0.6 CATEGORIES= devel elisp -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= Provide information about Emacs packages LICENSE= GPLv3 USE_GITHUB= yes GH_ACCOUNT= lunaryorn - USE_EMACS= yes - NO_BUILD= yes - +PLIST_FILES= %%EMACS_SITE_LISPDIR%%/pkg-info.el do-install: - ${INSTALL_DATA} ${WRKSRC}/pkg-info.el \ - ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PLIST_FILES:M*.el:T} \ + ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} .include Modified: head/devel/pkg-info.el/distinfo ============================================================================== --- head/devel/pkg-info.el/distinfo Sat Dec 31 23:23:15 2016 (r430175) +++ head/devel/pkg-info.el/distinfo Sat Dec 31 23:29:06 2016 (r430176) @@ -1,2 +1,3 @@ -SHA256 (lunaryorn-pkg-info.el-0.5_GH0.tar.gz) = f83d54c780ca5c916f7ff745b96f0db9b2507957ae1d048e91d61f73c17863e6 -SIZE (lunaryorn-pkg-info.el-0.5_GH0.tar.gz) = 62779 +TIMESTAMP = 1483226859 +SHA256 (lunaryorn-pkg-info.el-0.6_GH0.tar.gz) = a5e5123f96bfa635c67ea64cf8df2b3a29e448f6ec2116de13a0d65af494c1bf +SIZE (lunaryorn-pkg-info.el-0.6_GH0.tar.gz) = 18821