git: 724a0469cc88 - main - math/octave-forge-automatic-differentiation: Remove dependency.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 14:59:39 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=724a0469cc88698ca5ebd384d08448eabf7c2743 commit 724a0469cc88698ca5ebd384d08448eabf7c2743 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2023-07-21 14:52:14 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2023-07-21 14:59:30 +0000 math/octave-forge-automatic-differentiation: Remove dependency. Bump portrevision. --- math/octave-forge-automatic-differentiation/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/math/octave-forge-automatic-differentiation/Makefile b/math/octave-forge-automatic-differentiation/Makefile index a12bf8cc34aa..599029ba7bd8 100644 --- a/math/octave-forge-automatic-differentiation/Makefile +++ b/math/octave-forge-automatic-differentiation/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-automatic-differentiation DISTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -10,8 +10,6 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING -RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/sockets.tar.gz:math/octave-forge-sockets - USES= octave USE_GITHUB= yes GH_ACCOUNT= StevenWaldrip