Update to 0.7.13.
This commit is contained in:
parent
961c1a655a
commit
752036c75e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418870
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cuisine
|
||||
PORTVERSION= 0.7.12
|
||||
PORTVERSION= 0.7.13
|
||||
#PORTEPOCH= 0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1465879312
|
||||
SHA256 (cuisine-0.7.12.tar.gz) = 1afc6de0955960928aa345f9d5e2c2b09bf3a3d7f1f8e3661cb0262895d5489b
|
||||
SIZE (cuisine-0.7.12.tar.gz) = 21282
|
||||
TIMESTAMP = 1469101914
|
||||
SHA256 (cuisine-0.7.13.tar.gz) = da6e08297297fb0b5f5e0d29c63b74b97ca8d57c1ea471579e5a3dcb3909d845
|
||||
SIZE (cuisine-0.7.13.tar.gz) = 21268
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/cuisine.py.orig 2016-06-14 07:05:16 UTC
|
||||
+++ src/cuisine.py
|
||||
@@ -1315,7 +1315,7 @@ def package_install_pkgng(package, updat
|
||||
def package_ensure_pkgng(package, update=False):
|
||||
# I am gonna have to do something different here
|
||||
status = run("pkg info %s ; true" % package)
|
||||
- if status.stderr.find("No package(s) matching") != -1 or status.find(package) == -1:
|
||||
+ if status.find("No package(s) matching") != -1 or status.find(package) == -1:
|
||||
package_install_pkgng(package, update)
|
||||
return False
|
||||
else:
|
Loading…
Reference in New Issue
Block a user