Commit graph

24 commits

Author SHA1 Message Date
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
84037564dc Remove unnecessary python restriction (to all supported versions). 2012-10-04 07:05:53 +00:00
wiz
e0ec234d79 Grammar fix. 2012-04-08 21:28:17 +00:00
obache
2cd654bab6 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
cheusov
d99be8c603 Update to 0.100.0 from wip prepared by maintainer.
Tested on current and Linux.
2011-11-27 14:20:18 +00:00
wiz
f09b8dbca6 Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
2011-02-25 09:47:18 +00:00
gdt
c3eeae863f Change MAINTAINER on bzr packages.
With epg@'s concurrence, reset MAINTAINER on *bzr* to Jan Danielsson.
2010-12-06 13:57:27 +00:00
gdt
bcb3b17aae Update to 0.98 for compatability with updated devel/bzr version.
Upstream does not have any reasonable NEWS/Changelog, but 0.97 does
not work with bzr 2.1.1.  From Jan Danielsson in private mail.
2010-12-04 01:27:52 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
epg
fd0e519482 .include sysutils/desktop-file-utils/desktopdb.mk per pkglint. 2009-09-09 05:51:01 +00:00
epg
bd45b7970e 0.97.0 2009-08-25
BUG FIXES

  * Avoid GnomeKeyringCredentialStore traceback on Ubuntu Hardy
    by being more tolerant about gobject methods availability.
    (Vincent Ladeuil, #403430)

  * Fixed emblem and nautilus bzr-status column for ignored files.
    (Lucas Shrewsbury, #294632)

  * Fixed emblem and nautilus bzr-status column for unversioned files.
    (Lucas Shrewsbury, #417966)

  * Switch to using disutils sdist instead of bzr export.
    (Mark Lee, #398242)

0.96.2	2009-07-08

 BUG FIXES

  * Same player shoots again. Version credits.pickle and rebuild the tarball
    after running 'python ./setup.py build_credits', update
    http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
    (Vincent Ladeuil, #397526)

0.96.1	2009-07-08

 BUG FIXES

  * Rebuild the tarball after running 'python ./setup.py build_credits',
    update http://bazaar-vcs.org/bzr-gtk/releasing accordingly.
   (Vincent Ladeuil, #397526)


0.96.0	2009-07-08

 UI

  * Add colored status messages in Olive file list (Jasper Groenewegen)

  * Use the new progress bar implementation from bzrlib.
   (Vincent Ladeuil, 385191)

 CHANGES

  * Add ginfo command line option (Jasper Groenewegen)

  * Diff window uses GtkSourceView2 now. (Szilveszter Farkas)

 BUG FIXES

  * Fix the Branch/Get dialog refusing to open after hitting Cancel. (Markus
  Korn, #294396)

  * Fix Olive homepage URL. (#255152)

  * Fix gannotate.conf handling. (Vincent Ladeuil, #373157)

  * Save commit messages at uncommit time, restore them at
    gcommit time. Also allow saving commit messages if the commit
    is cancelled. (Anne Mohsen, Vincent Ladeuil, #215674)

  * Mark as compatible with bzr 1.13.

 FEATURES

  * Support storing credentials in the GNOME Keyring if it is
    available. (Jelmer Vernooij)

  * Fix opening Status window in Olive (#316310)
2009-09-09 05:44:03 +00:00
wiz
a4c827177e Allow python-2.6, from Jan Danielsson.
Replace python interpreter in a script.
Bump PKGREVISION.
2009-08-08 15:52:57 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
wiz
9c3f8f0630 Only allow python25, since py-cairo does not
support 2.4 any longer.
2008-11-13 11:18:05 +00:00
epg
610e3ed8ae PRIVILEGED_STAGES+= clean 2008-11-08 02:49:49 +00:00
joerg
233cd377fa Needs msgfmt. From PR 39577. 2008-09-18 08:46:21 +00:00
epg
14fc63911a Import bzr-gtk-0.95.0.
This is a plugin for bzr that contains various GTK+ frontends to Bazaar
commands. It currently contains a tool to see the history and
relationships between the revisions visually and one to view
annotated files.
2008-08-26 01:20:25 +00:00