diff options
author | adam <adam@pkgsrc.org> | 2015-01-17 20:00:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-01-17 20:00:53 +0000 |
commit | a362656ed07995af856ab790624a6e946d9a5223 (patch) | |
tree | 613d02b3f3d832b983102d74cd0820867f0211d0 | |
parent | 943b82039af21d3f2ee168cbecaec928522d20c8 (diff) | |
download | pkgsrc-a362656ed07995af856ab790624a6e946d9a5223.tar.gz |
Changes 0.1.2:
Unknown
-rw-r--r-- | archivers/ruby-libarchive/Makefile | 7 | ||||
-rw-r--r-- | archivers/ruby-libarchive/PLIST | 6 | ||||
-rw-r--r-- | archivers/ruby-libarchive/distinfo | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/archivers/ruby-libarchive/Makefile b/archivers/ruby-libarchive/Makefile index 1c1a78e40d8..2ade5938dc1 100644 --- a/archivers/ruby-libarchive/Makefile +++ b/archivers/ruby-libarchive/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2013/04/06 12:08:38 rodent Exp $ +# $NetBSD: Makefile,v 1.5 2015/01/17 20:00:53 adam Exp $ -DISTNAME= libarchive-0.1.1 -PKGREVISION= 2 +DISTNAME= libarchive-0.1.2 CATEGORIES= archivers MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,6 +8,8 @@ HOMEPAGE= http://libarchive.rubyforge.org/ COMMENT= Ruby bindings for Libarchive LICENSE= modified-bsd +USE_TOOLS+= gmake + .include "../../lang/ruby/gem.mk" .include "../../archivers/libarchive/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/ruby-libarchive/PLIST b/archivers/ruby-libarchive/PLIST index 9d75e0bfa7e..0ce16ba7427 100644 --- a/archivers/ruby-libarchive/PLIST +++ b/archivers/ruby-libarchive/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2014/03/13 18:09:45 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/01/17 20:00:53 adam Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/libarchive_ruby.${RUBY_DLEXT} ${GEM_LIBDIR}/COPYING.libarchive @@ -26,6 +26,8 @@ ${GEM_LIBDIR}/ext/libarchive_internal.h ${GEM_LIBDIR}/ext/libarchive_reader.c ${GEM_LIBDIR}/ext/libarchive_win32.h ${GEM_LIBDIR}/ext/libarchive_writer.c -${GEM_LIBDIR}/lib/libarchive_ruby.${RUBY_DLEXT} +${GEM_LIBDIR}/lib/libarchive.rb +${GEM_LIBDIR}/lib/libarchive_ruby.rb +${GEM_LIBDIR}/lib/rblibarchive.${RUBY_DLEXT} ${GEM_LIBDIR}/libarchive.c ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/archivers/ruby-libarchive/distinfo b/archivers/ruby-libarchive/distinfo index 6f0598ac4fc..702bb5cbc6e 100644 --- a/archivers/ruby-libarchive/distinfo +++ b/archivers/ruby-libarchive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/09/11 07:29:42 taca Exp $ +$NetBSD: distinfo,v 1.2 2015/01/17 20:00:53 adam Exp $ -SHA1 (libarchive-0.1.1.gem) = bfaf5c4d6b8c92da5525156300da7c326f67fcf6 -RMD160 (libarchive-0.1.1.gem) = f939fd4a7071f92c12e7f44d5b34733fdbd8a8c3 -Size (libarchive-0.1.1.gem) = 53760 bytes +SHA1 (libarchive-0.1.2.gem) = 5a7f5d5e9771f00c4ef2b030602381a29ff0eb11 +RMD160 (libarchive-0.1.2.gem) = 337296b1c31898ee7e438fd5e368fb821462c341 +Size (libarchive-0.1.2.gem) = 53760 bytes |