svn commit: r430176 - head/devel/pkg-info.el

Hiroki Sato hrs at FreeBSD.org
Sat Dec 31 23:29:07 UTC 2016


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 at FreeBSD.org
+MAINTAINER=	hrs at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list