svn commit: r483594 - head/comms/owfs

Mathieu Arnold mat at FreeBSD.org
Wed Oct 31 15:47:06 UTC 2018


Author: mat
Date: Wed Oct 31 15:47:05 2018
New Revision: 483594
URL: https://svnweb.freebsd.org/changeset/ports/483594

Log:
  Fix USE_GITHUB usage.

Modified:
  head/comms/owfs/Makefile   (contents, props changed)
  head/comms/owfs/distinfo   (contents, props changed)

Modified: head/comms/owfs/Makefile
==============================================================================
--- head/comms/owfs/Makefile	Wed Oct 31 15:27:48 2018	(r483593)
+++ head/comms/owfs/Makefile	Wed Oct 31 15:47:05 2018	(r483594)
@@ -3,6 +3,7 @@
 
 PORTNAME=	owfs
 PORTVERSION=	3.2p3
+DISTVERSIONPREFIX=	v
 CATEGORIES=	comms
 
 MAINTAINER=	johan at stromnet.se
@@ -17,7 +18,6 @@ INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
-GH_TAGNAME=	v${DISTVERSION}
 
 .include "Makefile.options"
 

Modified: head/comms/owfs/distinfo
==============================================================================
--- head/comms/owfs/distinfo	Wed Oct 31 15:27:48 2018	(r483593)
+++ head/comms/owfs/distinfo	Wed Oct 31 15:47:05 2018	(r483594)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538774075
-SHA256 (owfs-owfs-3.2p3-v3.2p3_GH0.tar.gz) = 680385e4db007a951e9678a48989dca7d43868b754299c8368010c80d0c2de4a
-SIZE (owfs-owfs-3.2p3-v3.2p3_GH0.tar.gz) = 1322466
+TIMESTAMP = 1540998714
+SHA256 (owfs-owfs-v3.2p3_GH0.tar.gz) = 680385e4db007a951e9678a48989dca7d43868b754299c8368010c80d0c2de4a
+SIZE (owfs-owfs-v3.2p3_GH0.tar.gz) = 1322466


More information about the svn-ports-all mailing list