diff options
author | stacktic <stacktic@pkgsrc.org> | 2013-07-05 17:20:59 +0000 |
---|---|---|
committer | stacktic <stacktic@pkgsrc.org> | 2013-07-05 17:20:59 +0000 |
commit | a80624b987ca8728eae29dda0fd5e0c5acc5309d (patch) | |
tree | 3109ebe9b28646fd7ba37f36d3c64c6714538ea4 /misc/rump | |
parent | 1bd2145f6552564526106f8ca4d09d8b2098783e (diff) | |
download | pkgsrc-a80624b987ca8728eae29dda0fd5e0c5acc5309d.tar.gz |
Update misc/rump to 20130705
Diffstat (limited to 'misc/rump')
-rw-r--r-- | misc/rump/Makefile | 7 | ||||
-rw-r--r-- | misc/rump/PLIST.Linux | 1 | ||||
-rw-r--r-- | misc/rump/PLIST.SunOS | 1 | ||||
-rw-r--r-- | misc/rump/distinfo | 8 |
4 files changed, 9 insertions, 8 deletions
diff --git a/misc/rump/Makefile b/misc/rump/Makefile index e954280b7af..b718945cd22 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2013/06/16 20:42:06 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2013/07/05 17:20:59 stacktic Exp $ # -VERSION= 20130602 +VERSION= 20130705 PKGNAME= rump-${VERSION} DISTNAME= buildrump-${VERSION} -EXTRACT_SUFX= .tar.bz2 CATEGORIES= misc MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/stacktic/ @@ -26,7 +25,7 @@ do-build: pre-install: rm -rf ${WRKSRC}/rump/share/man/cat* - rmdir ${WRKSRC}/rump/share/man/man* || true + rmdir ${WRKSRC}/rump/share/man/man* || ${TRUE} do-install: cd ${WRKSRC}/rump && ${PAX} -wr lib include share ${DESTDIR}${PREFIX}/ diff --git a/misc/rump/PLIST.Linux b/misc/rump/PLIST.Linux index ff4eb626a50..978b1f6b59d 100644 --- a/misc/rump/PLIST.Linux +++ b/misc/rump/PLIST.Linux @@ -1,3 +1,4 @@ +@comment $NetBSD: PLIST.Linux,v 1.3 2013/07/05 17:20:59 stacktic Exp $ lib/librumphijack_pic.a lib/librumphijack.so lib/librumphijack.so.0 diff --git a/misc/rump/PLIST.SunOS b/misc/rump/PLIST.SunOS index ccfce0c7d2f..a364a7f9b99 100644 --- a/misc/rump/PLIST.SunOS +++ b/misc/rump/PLIST.SunOS @@ -1,3 +1,4 @@ +@comment $NetBSD: PLIST.SunOS,v 1.2 2013/07/05 17:20:59 stacktic Exp $ lib/librumpkern_sys_sunos.a lib/librumpkern_sys_sunos_pic.a lib/librumpkern_sys_sunos.so diff --git a/misc/rump/distinfo b/misc/rump/distinfo index 4b4cf78b2e0..e4ed1645951 100644 --- a/misc/rump/distinfo +++ b/misc/rump/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2013/06/02 17:33:58 stacktic Exp $ +$NetBSD: distinfo,v 1.12 2013/07/05 17:20:59 stacktic Exp $ -SHA1 (buildrump-20130602.tar.bz2) = 7c569f9139fa5f3dd7a86f1660846653cc728c16 -RMD160 (buildrump-20130602.tar.bz2) = d383c04264c7b4b0511728388c47824567fbd075 -Size (buildrump-20130602.tar.bz2) = 21221740 bytes +SHA1 (buildrump-20130705.tar.gz) = a8481e2b5586db82aa2d3ae01c0101dda6c1a9ec +RMD160 (buildrump-20130705.tar.gz) = e248eb291c58003cda56f64c628876bdbd282a00 +Size (buildrump-20130705.tar.gz) = 27855958 bytes |