Changeset 30699
- Timestamp:
- 2007-11-04 13:46:52 (13 months ago)
- Files:
-
- 1 modified
-
trunk/dports/devel/bazaar-ng/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/bazaar-ng/Portfile
r30192 r30699 2 2 3 3 PortSystem 1.0 4 PortGroup python2 41.04 PortGroup python25 1.0 5 5 6 6 name bazaar-ng 7 7 version 0.91 8 revision 1 8 9 categories devel python 9 10 platforms darwin 10 maintainers ramercer@gmail.comopenmaintainer11 maintainers gmail.com:ramercer openmaintainer 11 12 12 13 description The next-generation distributed version control system … … 29 30 patchfiles patch-setup.py 30 31 31 depends_lib port:py-celementtree\32 port:py-paramiko \33 port:py-crypto32 depends_lib-append port:py25-paramiko \ 33 port:py25-crypto \ 34 port:py25-hashlib 34 35 35 36 test.run yes

