Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2016 19:59:09 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425357 - head/cad/ngspice_rework
Message-ID:  <201611041959.uA4Jx9JX099419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Nov  4 19:59:09 2016
New Revision: 425357
URL: https://svnweb.freebsd.org/changeset/ports/425357

Log:
  cad/ngspice_rework: Fix fetch broken by version bump
  
  I confused PORTVERSION with PORTREVISION and bumped the wrong item.
  Restore the old version and add PORTREVISION.  No epoch is necessary
  because it wasn't possible to build version 27 or 28.
  
  PR:		214213

Modified:
  head/cad/ngspice_rework/Makefile

Modified: head/cad/ngspice_rework/Makefile
==============================================================================
--- head/cad/ngspice_rework/Makefile	Fri Nov  4 19:45:59 2016	(r425356)
+++ head/cad/ngspice_rework/Makefile	Fri Nov  4 19:59:09 2016	(r425357)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	ngspice_rework
-PORTVERSION=	28
+PORTVERSION=	26
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	SF/ngspice/ng-spice-rework/${PORTVERSION}
 DISTNAME=	ngspice-${PORTVERSION}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611041959.uA4Jx9JX099419>