svn commit: r425357 - head/cad/ngspice_rework

John Marino marino at FreeBSD.org
Fri Nov 4 19:59:10 UTC 2016


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}


More information about the svn-ports-all mailing list