FreeBSD Bugzilla – Attachment 73702 Details for
Bug 106778
[maintainer] databases/py-sqlalchemy: update to 0.3.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.94 KB, created by
dryice
on 2006-12-15 14:20:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dryice
Created:
2006-12-15 14:20:06 UTC
Size:
2.94 KB
patch
obsolete
>diff -ruN py-sqlalchemy.old/Makefile py-sqlalchemy/Makefile >--- py-sqlalchemy.old/Makefile Tue Nov 28 14:19:05 2006 >+++ py-sqlalchemy/Makefile Fri Dec 15 22:07:15 2006 >@@ -6,12 +6,13 @@ > # > > PORTNAME= sqlalchemy >-PORTVERSION= 0.3.1 >+PORTVERSION= 0.3.3 > CATEGORIES= databases python > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ > http://cheeseshop.python.org/packages/source/S/SQLAlchemy/ \ > http://dryice.name/computer/FreeBSD/distfiles/ > MASTER_SITE_SUBDIR= sqlalchemy >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DISTNAME= SQLAlchemy-${PORTVERSION} > > MAINTAINER= dryice@dryice.name >@@ -35,12 +36,15 @@ > PORTDOCS= adv_datamapping.html alphaapi.html \ > alphaimplementation.html datamapping.html \ > dbengine.html docs.css docstrings.html \ >- index.html metadata.html \ >+ documentation.html index.html metadata.html \ > plugins.html pooling.html scripts.js \ > sqlconstruction.html style.css syntaxhighlight.css \ > tutorial.html types.html unitofwork.html > .endif > >+PORTEXAMPLES= adjacencytree association backref collections graphs \ >+ pickle polymorph vertical >+ > .include <bsd.port.pre.mk> > > .if defined(WITH_FIREBIRD) >@@ -72,7 +76,7 @@ > .endif > > ${MKDIR} ${EXAMPLESDIR} >-.for i in adjacencytree backref polymorph vertical >+.for i in ${PORTEXAMPLES} > ${CP} -r ${WRKSRC}/examples/${i} ${EXAMPLESDIR} > .endfor > >diff -ruN py-sqlalchemy.old/distinfo py-sqlalchemy/distinfo >--- py-sqlalchemy.old/distinfo Tue Nov 28 14:19:05 2006 >+++ py-sqlalchemy/distinfo Fri Dec 15 21:51:58 2006 >@@ -1,3 +1,3 @@ >-MD5 (SQLAlchemy-0.3.1.tar.gz) = cb5e17096ed50389687c62bad8c5a67a >-SHA256 (SQLAlchemy-0.3.1.tar.gz) = ddf34423d55233fcf39005bf10767dcf7aa8021039289615aa9e80419ccff93e >-SIZE (SQLAlchemy-0.3.1.tar.gz) = 585351 >+MD5 (SQLAlchemy-0.3.3.tar.gz) = 1336d87f659944f131f7f2c340e81e02 >+SHA256 (SQLAlchemy-0.3.3.tar.gz) = fd425065ba70ce199508c3bde9cf7198dd84dd72980ca36a05a24bcbdd095c15 >+SIZE (SQLAlchemy-0.3.3.tar.gz) = 737019 >diff -ruN py-sqlalchemy.old/pkg-plist py-sqlalchemy/pkg-plist >--- py-sqlalchemy.old/pkg-plist Sat Aug 12 22:07:01 2006 >+++ py-sqlalchemy/pkg-plist Fri Dec 15 22:04:51 2006 >@@ -1,13 +1,22 @@ > %%PYTHON_SITELIBDIR%%/SQLAlchemy-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg > %%EXAMPLEDIR%%/adjacencytree/basic_tree.py > %%EXAMPLEDIR%%/adjacencytree/byroot_tree.py >+%%EXAMPLEDIR%%/association/basic_association.py >+%%EXAMPLEDIR%%/association/proxied_association.py > %%EXAMPLEDIR%%/backref/backref_tree.py >+%%EXAMPLEDIR%%/collections/large_collection.py >+%%EXAMPLEDIR%%/graphs/graph1.py >+%%EXAMPLEDIR%%/pickle/custom_pickler.py > %%EXAMPLEDIR%%/polymorph/concrete.py > %%EXAMPLEDIR%%/polymorph/polymorph.py > %%EXAMPLEDIR%%/polymorph/single.py > %%EXAMPLEDIR%%/vertical/vertical.py > @dirrm %%EXAMPLEDIR%%/adjacencytree >+@dirrm %%EXAMPLEDIR%%/association > @dirrm %%EXAMPLEDIR%%/backref >+@dirrm %%EXAMPLEDIR%%/collections >+@dirrm %%EXAMPLEDIR%%/graphs >+@dirrm %%EXAMPLEDIR%%/pickle > @dirrm %%EXAMPLEDIR%%/polymorph > @dirrm %%EXAMPLEDIR%%/vertical > @dirrm %%EXAMPLEDIR%% >--- attached file ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 106778
: 73702