diff options
author | mef <mef> | 2017-03-15 13:42:00 +0000 |
---|---|---|
committer | mef <mef> | 2017-03-15 13:42:00 +0000 |
commit | 98e989193cbd432f81bc8de3c4963a2b99b05e40 (patch) | |
tree | 224055dab4306f057358833ba010f8a3dfada334 | |
parent | f10186b2063dd896fe7157280d63b576b4da87bf (diff) | |
download | pkgsrc-98e989193cbd432f81bc8de3c4963a2b99b05e40.tar.gz |
Remove PKGREVISION as a preparation for upgrade 3.7.10.1 to 3.7.11
-rw-r--r-- | ham/gnuradio-companion/Makefile | 3 | ||||
-rw-r--r-- | ham/gnuradio-fcd/Makefile | 3 | ||||
-rw-r--r-- | ham/gnuradio-wxgui/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/ham/gnuradio-companion/Makefile b/ham/gnuradio-companion/Makefile index 7b2895ce76a..88c92d24242 100644 --- a/ham/gnuradio-companion/Makefile +++ b/ham/gnuradio-companion/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2017/02/12 06:25:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2017/03/15 13:42:00 mef Exp $ PKGNAME= gnuradio-companion-${VERSION} -PKGREVISION= 2 COMMENT= User interface entry of GNU Radio #CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf diff --git a/ham/gnuradio-fcd/Makefile b/ham/gnuradio-fcd/Makefile index 4e6885324bd..a40c7981758 100644 --- a/ham/gnuradio-fcd/Makefile +++ b/ham/gnuradio-fcd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2017/02/12 06:25:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2017/03/15 13:42:00 mef Exp $ PKGNAME= gnuradio-fcd-${VERSION} -PKGREVISION= 2 COMMENT= FanCube support of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" diff --git a/ham/gnuradio-wxgui/Makefile b/ham/gnuradio-wxgui/Makefile index 46f1ae611d9..e27b3defef1 100644 --- a/ham/gnuradio-wxgui/Makefile +++ b/ham/gnuradio-wxgui/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2017/02/12 06:25:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.64 2017/03/15 13:42:01 mef Exp $ PKGNAME= gnuradio-wxgui-${VERSION} -PKGREVISION= 2 COMMENT= WxGTK Toolkit module of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" |