svn commit: r416479 - head/x11-wm/spectrwm

Mathieu Arnold mat at FreeBSD.org
Mon Jun 6 18:12:21 UTC 2016


Author: mat
Date: Mon Jun  6 18:12:20 2016
New Revision: 416479
URL: https://svnweb.freebsd.org/changeset/ports/416479

Log:
  Fix USE_GITHUB usage.
  
  Sponsored by:	Absolight

Modified:
  head/x11-wm/spectrwm/Makefile   (contents, props changed)
  head/x11-wm/spectrwm/distinfo   (contents, props changed)

Modified: head/x11-wm/spectrwm/Makefile
==============================================================================
--- head/x11-wm/spectrwm/Makefile	Mon Jun  6 18:10:07 2016	(r416478)
+++ head/x11-wm/spectrwm/Makefile	Mon Jun  6 18:12:20 2016	(r416479)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	spectrwm
-PORTVERSION=	3.0.2
+DISTVERSIONPREFIX=	SPECTRWM_
+DISTVERSION=	3_0_2
 CATEGORIES=	x11-wm
 
 MAINTAINER=	zeising at FreeBSD.org
@@ -17,7 +18,6 @@ RUN_DEPENDS+=	dmenu:x11/dmenu
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	conformal
-GH_TAGNAME=	SPECTRWM_3_0_2
 
 USE_XORG=	x11 xcb xcursor xft xrandr xt
 

Modified: head/x11-wm/spectrwm/distinfo
==============================================================================
--- head/x11-wm/spectrwm/distinfo	Mon Jun  6 18:10:07 2016	(r416478)
+++ head/x11-wm/spectrwm/distinfo	Mon Jun  6 18:12:20 2016	(r416479)
@@ -1,2 +1,3 @@
-SHA256 (conformal-spectrwm-3.0.2-SPECTRWM_3_0_2_GH0.tar.gz) = 82ce0280039de642c41684f3096abb0388926b60c37987ca1dbc53a0913cab18
-SIZE (conformal-spectrwm-3.0.2-SPECTRWM_3_0_2_GH0.tar.gz) = 147355
+TIMESTAMP = 1465236118
+SHA256 (conformal-spectrwm-SPECTRWM_3_0_2_GH0.tar.gz) = 82ce0280039de642c41684f3096abb0388926b60c37987ca1dbc53a0913cab18
+SIZE (conformal-spectrwm-SPECTRWM_3_0_2_GH0.tar.gz) = 147355


More information about the svn-ports-head mailing list