diff options
author | tnn <tnn@pkgsrc.org> | 2022-01-18 15:23:24 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-01-18 15:23:24 +0000 |
commit | 0ce3e59e5def12f4c56b2adfd3ee959cfccd299b (patch) | |
tree | 91d5d4e7c5e581459148469d8a798f207eb4fd6a | |
parent | c87b148b93fa4fa787f31c109bf1071ba7d7bd64 (diff) | |
download | pkgsrc-0ce3e59e5def12f4c56b2adfd3ee959cfccd299b.tar.gz |
*: revbump for spdlog
-rw-r--r-- | games/nxengine-evo/Makefile | 3 | ||||
-rw-r--r-- | ham/gnuradio-core/Makefile | 3 | ||||
-rw-r--r-- | math/libixion/Makefile | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/games/nxengine-evo/Makefile b/games/nxengine-evo/Makefile index c85f77bdea7..3b6ea7c1cf9 100644 --- a/games/nxengine-evo/Makefile +++ b/games/nxengine-evo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/01/11 11:46:41 nia Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/18 15:23:24 tnn Exp $ PKGNAME= nxengine-evo-2.6.5.1 +PKGREVISION= 1 CATEGORIES= games DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES+= nxengine-evo.tar.gz diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile index 3b3d847acc9..a8731ce4ec4 100644 --- a/ham/gnuradio-core/Makefile +++ b/ham/gnuradio-core/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.90 2022/01/16 18:06:25 tnn Exp $ +# $NetBSD: Makefile,v 1.91 2022/01/18 15:23:24 tnn Exp $ PKGNAME= gnuradio-core-${VERSION} +PKGREVISION= 1 COMMENT= Core part of GNU Radio, all others need this PLIST_MINUS= # empty diff --git a/math/libixion/Makefile b/math/libixion/Makefile index 55b4290a0b9..957eca3f445 100644 --- a/math/libixion/Makefile +++ b/math/libixion/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2022/01/10 01:46:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2022/01/18 15:23:24 tnn Exp $ -PKGREVISION= 3 +PKGREVISION= 4 .include "Makefile.common" CONFIGURE_ARGS+= --disable-python |