Seems that the egg-info file now always installs with the proper version.
This commit is contained in:
parent
7dcf537452
commit
a646074da3
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2014/09/03 08:53:49 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2014/09/03 09:11:19 ajacoutot Exp $
|
||||
|
||||
# optional dependencies
|
||||
# https://github.com/saltstack/salt/blob/develop/doc/conf.py#L42
|
||||
@ -18,7 +18,7 @@ COMMENT = remote execution and configuration management system
|
||||
|
||||
MODPY_EGG_VERSION = 2014.1.10
|
||||
DISTNAME = salt-${MODPY_EGG_VERSION}
|
||||
REVISION = 13
|
||||
REVISION = 14
|
||||
|
||||
CATEGORIES = sysutils net devel
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2014/08/26 12:22:04 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2014/09/03 09:11:20 ajacoutot Exp $
|
||||
@ask-update salt-<2014.1.5p0 Make sure the _salt-master user does not exist
|
||||
@comment needs a homedir to store ssh keys for GitFS
|
||||
@newgroup _salt:722
|
||||
@ -18,7 +18,7 @@ bin/salt-run
|
||||
bin/salt-ssh
|
||||
bin/salt-syndic
|
||||
lib/python${MODPY_VERSION}/site-packages/salt/
|
||||
lib/python${MODPY_VERSION}/site-packages/salt-2014.1.0-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/salt-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/salt/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/salt/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/salt/_compat.py
|
||||
|
Loading…
Reference in New Issue
Block a user