svn commit: r402858 - head/sysutils/relaunchd

Kris Moore kmoore at FreeBSD.org
Wed Dec 2 22:33:29 UTC 2015


Author: kmoore
Date: Wed Dec  2 22:33:27 2015
New Revision: 402858
URL: https://svnweb.freebsd.org/changeset/ports/402858

Log:
  - Remove GH_PROJECT
  - Use DISTVERSIONPREFIX instead of GH_TAGNAME
  - Sort pkg-plist
  
  PointyHat -> Me!

Modified:
  head/sysutils/relaunchd/Makefile
  head/sysutils/relaunchd/distinfo
  head/sysutils/relaunchd/pkg-plist

Modified: head/sysutils/relaunchd/Makefile
==============================================================================
--- head/sysutils/relaunchd/Makefile	Wed Dec  2 22:19:10 2015	(r402857)
+++ head/sysutils/relaunchd/Makefile	Wed Dec  2 22:33:27 2015	(r402858)
@@ -2,6 +2,7 @@
 
 PORTNAME=	relaunchd
 PORTVERSION=	0.2.1
+DISTVERSIONPREFIX=v
 CATEGORIES=	sysutils
 
 MAINTAINER=	mark at heily.com
@@ -11,7 +12,5 @@ LICENSE=	ISCL
 
 USE_GITHUB=	YES
 GH_ACCOUNT=	mheily
-GH_PROJECT=	relaunchd
-GH_TAGNAME=	v${PORTVERSION}
 
 .include <bsd.port.mk>

Modified: head/sysutils/relaunchd/distinfo
==============================================================================
--- head/sysutils/relaunchd/distinfo	Wed Dec  2 22:19:10 2015	(r402857)
+++ head/sysutils/relaunchd/distinfo	Wed Dec  2 22:33:27 2015	(r402858)
@@ -1,2 +1,2 @@
-SHA256 (mheily-relaunchd-0.2.1-v0.2.1_GH0.tar.gz) = dcf95567fdf72d2e8789b2cedd910500d9994cee91de4b19cd712bb69c20c25e
-SIZE (mheily-relaunchd-0.2.1-v0.2.1_GH0.tar.gz) = 52900
+SHA256 (mheily-relaunchd-v0.2.1_GH0.tar.gz) = dcf95567fdf72d2e8789b2cedd910500d9994cee91de4b19cd712bb69c20c25e
+SIZE (mheily-relaunchd-v0.2.1_GH0.tar.gz) = 52900

Modified: head/sysutils/relaunchd/pkg-plist
==============================================================================
--- head/sysutils/relaunchd/pkg-plist	Wed Dec  2 22:19:10 2015	(r402857)
+++ head/sysutils/relaunchd/pkg-plist	Wed Dec  2 22:33:27 2015	(r402858)
@@ -1,9 +1,9 @@
-etc/rc.d/launchd
 bin/launchctl
-sbin/launchd
+etc/rc.d/launchd
 man/man1/launchctl.1.gz
-man/man8/launchd.8.gz
 man/man5/launchd.plist.5.gz
+man/man8/launchd.8.gz
+sbin/launchd
 @dir /.launchd
 @dir etc/launchd
 @dir etc/launchd/agents


More information about the svn-ports-head mailing list