diff options
author | tonnerre <tonnerre> | 2014-01-02 01:41:48 +0000 |
---|---|---|
committer | tonnerre <tonnerre> | 2014-01-02 01:41:48 +0000 |
commit | f96d418f489b171f9e46e942187b882836ce192a (patch) | |
tree | 94ef121acc2b1493e0287c03ff91023f4d691379 /sysutils/puppet | |
parent | ee7eb466b5e2d169ff7dd88fa7dca0b7739115c5 (diff) | |
download | pkgsrc-f96d418f489b171f9e46e942187b882836ce192a.tar.gz |
Remove the versionable feature of the pkgin provider for now.
This doesn't really fix PR pkg/48244 but it's a bit more honest.
A better fix may come in later.
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/distinfo | 4 | ||||
-rw-r--r-- | sysutils/puppet/patches/patch-ad | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/puppet/distinfo b/sysutils/puppet/distinfo index dcf45c0c00a..85c892583fa 100644 --- a/sysutils/puppet/distinfo +++ b/sysutils/puppet/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2014/01/01 23:46:38 tonnerre Exp $ +$NetBSD: distinfo,v 1.10 2014/01/02 01:41:48 tonnerre Exp $ SHA1 (puppet-3.1.1.gem) = 4f6adf79ab3ff5204178102375e79ca9e486042d RMD160 (puppet-3.1.1.gem) = 59cb6269f5cf0bcb89f643cb9ed211ab1640ff1d @@ -6,5 +6,5 @@ Size (puppet-3.1.1.gem) = 1590272 bytes SHA1 (patch-aa) = 153dcff431d6c642872d3aa2118bc2505c996e94 SHA1 (patch-ab) = bc90687cd03181211b6fe3d6f056e653334d96a9 SHA1 (patch-ac) = eda614eeee25b18ab36335fc7147fbe7ab770249 -SHA1 (patch-ad) = 7feaab50c3c8ce2ed350dac3222fdf1bd2b34191 +SHA1 (patch-ad) = ea451b25483cf371307566b7d4e3110730ffa145 SHA1 (patch-ae) = 2bd3354b9cf0ccc2366e66a6022c341c6a8472de diff --git a/sysutils/puppet/patches/patch-ad b/sysutils/puppet/patches/patch-ad index 4b72f2b5211..d13aea3958b 100644 --- a/sysutils/puppet/patches/patch-ad +++ b/sysutils/puppet/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.3 2013/04/10 21:10:55 tonnerre Exp $ +$NetBSD: patch-ad,v 1.4 2014/01/02 01:41:48 tonnerre Exp $ Add NetBSD and update support to the pkgin provider. @@ -12,7 +12,7 @@ Add NetBSD and update support to the pkgin provider. + defaultfor :operatingsystem => [:dragonfly, :netbsd] - has_feature :installable, :uninstallable -+ has_feature :installable, :uninstallable, :versionable, :upgradeable ++ has_feature :installable, :uninstallable, :upgradeable def self.parse_pkgin_line(package, force_status=nil) |