Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2018 11:05:52 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476636 - head/math/aspcud
Message-ID:  <201808081105.w78B5q6C000218@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Wed Aug  8 11:05:52 2018
New Revision: 476636
URL: https://svnweb.freebsd.org/changeset/ports/476636

Log:
  Update to 1.9.4
  
  PR:	230079
  Submitted by:	yuri

Modified:
  head/math/aspcud/Makefile
  head/math/aspcud/distinfo
  head/math/aspcud/pkg-descr

Modified: head/math/aspcud/Makefile
==============================================================================
--- head/math/aspcud/Makefile	Wed Aug  8 10:34:24 2018	(r476635)
+++ head/math/aspcud/Makefile	Wed Aug  8 11:05:52 2018	(r476636)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	aspcud
-PORTVERSION=	1.9.1
-DISTVERSIONSUFFIX=	-source
-PORTREVISION=	10
+PORTVERSION=	1.9.4
+DISTVERSIONPREFIX=     v
 CATEGORIES=	math ports-mgmt sysutils
-MASTER_SITES=	SOURCEFORGE/potassco/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	vsevolod@FreeBSD.org
 COMMENT=	Advanced solver for package dependencies
@@ -19,7 +17,9 @@ RUN_DEPENDS=	gringo:math/gringo \
 		clasp:math/clasp \
 		bash:shells/bash
 
-USES=	compiler:c++11-lang cmake:outsource python:run
+USES=		compiler:c++11-lang cmake:outsource python:run
+USE_GITHUB=	yes
+GH_ACCOUNT=	potassco
 
 CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
 

Modified: head/math/aspcud/distinfo
==============================================================================
--- head/math/aspcud/distinfo	Wed Aug  8 10:34:24 2018	(r476635)
+++ head/math/aspcud/distinfo	Wed Aug  8 11:05:52 2018	(r476636)
@@ -1,2 +1,3 @@
-SHA256 (aspcud-1.9.1-source.tar.gz) = e0e917a9a6c5ff080a411ff25d1174e0d4118bb6759c3fe976e2e3cca15e5827
-SIZE (aspcud-1.9.1-source.tar.gz) = 69922404
+TIMESTAMP = 1532666427
+SHA256 (potassco-aspcud-v1.9.4_GH0.tar.gz) = 3645f08b079e1cc80e24cd2d7ae5172a52476d84e3ec5e6a6c0034492a6ea885
+SIZE (potassco-aspcud-v1.9.4_GH0.tar.gz) = 70030827

Modified: head/math/aspcud/pkg-descr
==============================================================================
--- head/math/aspcud/pkg-descr	Wed Aug  8 10:34:24 2018	(r476635)
+++ head/math/aspcud/pkg-descr	Wed Aug  8 11:05:52 2018	(r476636)
@@ -3,4 +3,4 @@ to install, remove, or upgrade packages have to be enc
 Such a CUDF document can then be passed to aspcud along with an optimization
 criteria to obtain a solution to the given package problem.
 
-WWW: http://potassco.sourceforge.net/
+WWW: https://potassco.org/aspcud/



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