diff options
author | vanilla <vanilla@FreeBSD.org> | 2017-08-22 22:35:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2017-08-22 22:35:33 +0800 |
commit | eef184088ef2f1a1932bdaba13cbca61e3c959d0 (patch) | |
tree | 01c7f6c6e559e5af644e254a36b1310323d5a4e4 /misc/rump/Makefile | |
parent | ce9d6e6e953f08d48e1a6524be5ad4ef0be35900 (diff) | |
download | freebsd-ports-gnome-eef184088ef2f1a1932bdaba13cbca61e3c959d0.tar.gz freebsd-ports-gnome-eef184088ef2f1a1932bdaba13cbca61e3c959d0.tar.zst freebsd-ports-gnome-eef184088ef2f1a1932bdaba13cbca61e3c959d0.zip |
Update rump to latest git revision, and switch to github.
Diffstat (limited to 'misc/rump/Makefile')
-rw-r--r-- | misc/rump/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/rump/Makefile b/misc/rump/Makefile index 55aae47bb350..aafe9336ab40 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -2,11 +2,8 @@ # $FreeBSD$ PORTNAME= rump -PORTVERSION= 20131213 -PORTREVISION= 2 +PORTVERSION= 20170822 CATEGORIES= misc -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/stacktic/ -DISTNAME= buildrump-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= Virtualized NetBSD kernel components in userspace @@ -16,6 +13,11 @@ LICENSE= BSD2CLAUSE NOT_FOR_ARCHS= aarch64 armv6 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to FreeBSD on this architecture +USE_GITHUB= yes +GH_ACCOUNT= rumpkernel +GH_PROJECT= buildrump.sh +GH_TAGNAME= b914579 +GH_TUPLE= rumpkernel:src-netbsd:82f3a69:netbsd/src USE_LDCONFIG= yes USE_GCC= any |