mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 0.7.1
This commit is contained in:
parent
988f748205
commit
b86df1e063
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246058
3 changed files with 4 additions and 60 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Elixir
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.7.1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
|
@ -21,12 +21,4 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.4.0:${PORTSDIR}/databases/py-s
|
|||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Elixir-0.7.0.tar.gz) = e62944011564d0ec781345ddfb0aa56d
|
||||
SHA256 (Elixir-0.7.0.tar.gz) = db700c2cbb1145e62954644fac5a5aff038ac7dea69263bf8914ff370599b6c5
|
||||
SIZE (Elixir-0.7.0.tar.gz) = 121937
|
||||
MD5 (Elixir-0.7.1.tar.gz) = 5615ec9693e3a8e44f69623d58f54116
|
||||
SHA256 (Elixir-0.7.1.tar.gz) = a7ef437f25b544e4f74fb3236fc43cd25f5d6feb6037dd7c66931046d75439e9
|
||||
SIZE (Elixir-0.7.1.tar.gz) = 47110
|
||||
|
|
|
@ -1,50 +1,2 @@
|
|||
@comment $FreeBSD$
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/dev.cfg
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/devdata.sqlite
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/setup.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/start-videostore.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/PKG-INFO
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/SOURCES.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/dependency_links.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/not-zip-safe
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/paster_plugins.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/requires.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/sqlobject.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore.egg-info/top_level.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/config/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/config/app.cfg
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/config/log.cfg
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/controllers/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/controllers/root.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/json.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/model.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/release.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/static/css/login.css
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/static/css/style.css
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/static/images/favicon.ico
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/static/images/info.png
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/static/images/ok.png
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/actor.kid
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/director.kid
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/index.kid
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/login.kid
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/master.kid
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/templates/movie.kid
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/tests/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/tests/test_controllers.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/videostore/videostore/tests/test_model.py
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/tests
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/templates
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/static/images
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/static/css
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/static
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/controllers
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore/config
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore.egg-info
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore/videostore
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/videostore
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue