Index: head/math/aspcud/Makefile =================================================================== --- head/math/aspcud/Makefile (revision 476635) +++ head/math/aspcud/Makefile (revision 476636) @@ -1,26 +1,26 @@ # Created by: Vsevolod Stakhov # $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 LICENSE= GPLv3 BUILD_DEPENDS= re2c:devel/re2c LIB_DEPENDS= libboost_thread.so:devel/boost-libs 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 .include Index: head/math/aspcud/distinfo =================================================================== --- head/math/aspcud/distinfo (revision 476635) +++ head/math/aspcud/distinfo (revision 476636) @@ -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 Index: head/math/aspcud/pkg-descr =================================================================== --- head/math/aspcud/pkg-descr (revision 476635) +++ head/math/aspcud/pkg-descr (revision 476636) @@ -1,6 +1,6 @@ Aspcud is a solver for package dependencies. A package universe and a request to install, remove, or upgrade packages have to be encoded in the CUDF format. 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/