summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorryoon <ryoon>2016-04-07 14:24:51 +0000
committerryoon <ryoon>2016-04-07 14:24:51 +0000
commit14eb347d159ad072de4dc36768ec2b8c195520a8 (patch)
tree00cb8cc43d22591c2ad900d2e18ccb4ea6926001 /emulators
parentd9542a6b66e61ce80f683b7edcaf6d1fcdbe9610 (diff)
downloadpkgsrc-14eb347d159ad072de4dc36768ec2b8c195520a8.tar.gz
Update to 0.2.16
* Fix DISTNAME as original Changelog: Add instructions to build on Windows Remove libuuid dependency and NIO Multicast implementation that depends on it. NIO Multicast is never used and maybe not even functional. This will simplify the compilation requirements, especially on Windows with Cygwin EthernetSwitch: Allow to choose ethertype for QinQ outer tag
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dynamips/Makefile12
-rw-r--r--emulators/dynamips/PLIST4
-rw-r--r--emulators/dynamips/distinfo10
3 files changed, 12 insertions, 14 deletions
diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile
index 0ef1edc6489..115e06e7a6b 100644
--- a/emulators/dynamips/Makefile
+++ b/emulators/dynamips/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2015/12/12 20:20:04 markd Exp $
+# $NetBSD: Makefile,v 1.11 2016/04/07 14:24:51 ryoon Exp $
-PKGNAME= dynamips-0.2.15
-DISTNAME= ${PKGNAME:S/dynamips-/v/}
+DISTNAME= dynamips-0.2.16
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_GITHUB:=GNS3/dynamips/archive/}
-DIST_SUBDIR= dynamips
+MASTER_SITES= ${MASTER_SITE_GITHUB:=GNS3/}
+GITHUB_PROJECT= dynamips
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= kefren@NetBSD.org
HOMEPAGE= https://github.com/GNS3/dynamips
@@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake
USE_CMAKE= yes
-WRKSRC= ${WRKDIR}/${PKGNAME}
-
SUBST_CLASSES+= libelf
SUBST_STAGE.libelf= post-patch
SUBST_FILES.libelf= common/dynamips.h common/rom2c.c
diff --git a/emulators/dynamips/PLIST b/emulators/dynamips/PLIST
index c8411a852e3..54867012703 100644
--- a/emulators/dynamips/PLIST
+++ b/emulators/dynamips/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/12/12 20:20:04 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/04/07 14:24:51 ryoon Exp $
bin/dynamips
bin/nvram_export
man/man1/dynamips.1
@@ -7,7 +7,7 @@ man/man7/hypervisor_mode.7
share/doc/dynamips/ChangeLog
share/doc/dynamips/COPYING
share/doc/dynamips/MAINTAINERS
-share/doc/dynamips/README
+share/doc/dynamips/README.md
share/doc/dynamips/README.hypervisor
share/doc/dynamips/RELEASE-NOTES
share/doc/dynamips/TODO
diff --git a/emulators/dynamips/distinfo b/emulators/dynamips/distinfo
index 72e09ef22ee..85af50f02e1 100644
--- a/emulators/dynamips/distinfo
+++ b/emulators/dynamips/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/12/12 20:20:04 markd Exp $
+$NetBSD: distinfo,v 1.10 2016/04/07 14:24:51 ryoon Exp $
-SHA1 (dynamips/v0.2.15.tar.gz) = 890c9357c668c91b7fd39a96f017b4e5e6ca580e
-RMD160 (dynamips/v0.2.15.tar.gz) = d9ffabf0ec38790d0f8a6b7b38e35e36f5c99c70
-SHA512 (dynamips/v0.2.15.tar.gz) = c46248c2803168676c2011e6b3ff4e68a90681c56fd655243d5aad652c8257701c37fdd770842e24830a95a748622e7a78d680e5564296856d06ef8daa215251
-Size (dynamips/v0.2.15.tar.gz) = 839493 bytes
+SHA1 (dynamips-0.2.16.tar.gz) = 613e7f3447ead2ce68af4982c5db07c2f117a0df
+RMD160 (dynamips-0.2.16.tar.gz) = ed57bfe1dc86c838d6c778ea54479ebbefeedd83
+SHA512 (dynamips-0.2.16.tar.gz) = d2e719f3bd7d6e54ec49d0558645a3baa4cf77e0a911e069078463c7cafa391b6400a5aa7661744022b722d3e16ef07323056280df3b4121fd09eb64a7a1aa49
+Size (dynamips-0.2.16.tar.gz) = 832173 bytes