svn commit: r424534 - head/devel/libsysinfo

Warner Losh imp at FreeBSD.org
Sun Oct 23 17:30:50 UTC 2016


Author: imp
Date: Sun Oct 23 17:30:48 2016
New Revision: 424534
URL: https://svnweb.freebsd.org/changeset/ports/424534

Log:
  Drop MASTER_SITES, since USE_GETHUB brings that in.
  Use DISTVERSIONPREFIX=v instead of giving the tag name to give nicer
  distfile names.
  Out of an abundance of caution, bump PORTREVISION.
  
  Submitted by: jhale@

Modified:
  head/devel/libsysinfo/Makefile
  head/devel/libsysinfo/distinfo

Modified: head/devel/libsysinfo/Makefile
==============================================================================
--- head/devel/libsysinfo/Makefile	Sun Oct 23 16:38:36 2016	(r424533)
+++ head/devel/libsysinfo/Makefile	Sun Oct 23 17:30:48 2016	(r424534)
@@ -4,7 +4,7 @@
 PORTNAME=	libsysinfo
 PORTVERSION=	0.0.3
 CATEGORIES=	devel
-MASTER_SITES=	GH
+PORTREVSION=	1
 
 MAINTAINER=	imp at bsdimp.com
 COMMENT=	GNU libc's sysinfo port for FreeBSD
@@ -13,7 +13,7 @@ LICENSE=	BSD3CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	bsdimp
-GH_TAGNAME=	v${PORTVERSION}
+DISTVERSIONPREFIX= v
 
 USES=		uidfix
 USE_LDCONFIG=	yes

Modified: head/devel/libsysinfo/distinfo
==============================================================================
--- head/devel/libsysinfo/distinfo	Sun Oct 23 16:38:36 2016	(r424533)
+++ head/devel/libsysinfo/distinfo	Sun Oct 23 17:30:48 2016	(r424534)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477194911
-SHA256 (bsdimp-libsysinfo-0.0.3-v0.0.3_GH0.tar.gz) = 0ef6c9aa67f977924c7e6e570a0e77b24da3247058992b5b8a96b0b7d9d1d41a
-SIZE (bsdimp-libsysinfo-0.0.3-v0.0.3_GH0.tar.gz) = 3623
+TIMESTAMP = 1477243298
+SHA256 (bsdimp-libsysinfo-v0.0.3_GH0.tar.gz) = 0ef6c9aa67f977924c7e6e570a0e77b24da3247058992b5b8a96b0b7d9d1d41a
+SIZE (bsdimp-libsysinfo-v0.0.3_GH0.tar.gz) = 3623


More information about the svn-ports-all mailing list