aboutsummaryrefslogtreecommitdiff
path: root/devel/bzr-gtk
Commit message (Collapse)AuthorAgeFilesLines
* For the ports under `devel' category: remove superfluous linefeeds.Alexey Dokuchaev2018-01-091-1/+0
| | | | Notes: svn path=/head/; revision=458558
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Convert ports of devel/ to USES=pythonMarcus von Appen2014-10-201-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371280
* - Stage supportAntoine Brodin2014-01-202-224/+6
| | | | | | | | | - Use PYDISTUTILS_AUTOPLIST PR: ports/185707 Notes: svn path=/head/; revision=340452
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331268
* Give my bzr plugin ports back to pool.Carlo Strub2013-10-051-1/+1
| | | | Notes: svn path=/head/; revision=329496
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Unbreak buildMartin Wilke2013-03-272-11/+7
| | | | | | | | | | | - While here trim header - Optionsng Reported by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=315358
* Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzrCarlo Strub2012-06-171-3/+3
| | | | Notes: svn path=/head/; revision=299513
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Change maintainer address to my FreeBSD addressCarlo Strub2011-09-151-1/+1
| | | | | | | Approved by: wen@ (mentor) Notes: svn path=/head/; revision=281802
* - Updated to 0.100.0Greg Larkin2011-03-214-30/+17
| | | | | | | | | | | Changes: https://launchpad.net/bzr-gtk/trunk/0.100.0 - Restored missing pkg-plist entry PR: ports/155222 Submitted by: C-S <c-s@c-s.li> Notes: svn path=/head/; revision=271439
* - Update to 0.99.0Li-Wen Hsu2010-08-224-125/+80
| | | | | | | | PR: ports/149824 Submitted by: C-S <c-s AT c-s.li> (maintainer) Notes: svn path=/head/; revision=259719
* Mark IGNORE, does not work with latest version of bzrTilman Keskinoz2010-08-091-0/+3
| | | | | | | | PR: 149461 Submitted by: maintainer Notes: svn path=/head/; revision=259005
* - Pass maintainership to new voluteerWen Heping2010-05-221-1/+1
| | | | | | | PR: porrts/145667 Notes: svn path=/head/; revision=254808
* - Update to 0.98Wen Heping2010-05-202-6/+5
| | | | | | | | | PR: ports/145667 Submitted by: C-S <c-s@c-s.li> Approved by: maintainer Notes: svn path=/head/; revision=254636
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 0.97.0Martin Wilke2009-09-033-26/+54
| | | | | | | | PR: 138426 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz>(maintainer) Notes: svn path=/head/; revision=240792
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 0.94.0Martin Wilke2008-05-153-62/+69
| | | | | | | | PR: 123713 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) Notes: svn path=/head/; revision=213096
* - Update to 0.93.0Martin Wilke2008-01-203-13/+22
| | | | | | | | PR: 119146 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) Notes: svn path=/head/; revision=205907
* Update to 0.91.0Lars Engels2007-09-302-5/+5
| | | | | | | | | PR: ports/116712 Submitted by: Radim Kolar <hsn (at) sendmail.cz> Approved by: miwi (mentor) Notes: svn path=/head/; revision=200455
* - Update to 0.90.0Pav Lucistnik2007-09-013-16/+23
| | | | | | | | PR: ports/115929 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) Notes: svn path=/head/; revision=198612
* - Update to 0.18.0Pav Lucistnik2007-07-223-149/+166
| | | | | | | | PR: ports/114750 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) Notes: svn path=/head/; revision=196025
* - Update to 0.17.0Martin Wilke2007-07-043-17/+18
| | | | | | | | PR: 114190 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) Notes: svn path=/head/; revision=194865
* - Update to 0.16.0Martin Wilke2007-05-303-5/+11
| | | | | | | | PR: 113085 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) Notes: svn path=/head/; revision=192366
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.15.2 [1]Li-Wen Hsu2007-04-103-72/+71
| | | | | | | | | | | - Some portlint(1) fix PR: 111449 [1] Submitted by: Radim Kolar SF.NET <hsn AT sendmail.cz> (maintainer) [1] Approved by: clsung (mentor) Notes: svn path=/head/; revision=189700
* - Fix path in .desktop fileRong-En Fan2007-03-231-0/+2
| | | | | | | | PR: ports/110719 Submitted by: Radim Kolar <hsn at sendmail.cz> (maintainer) Notes: svn path=/head/; revision=188112
* bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfacesMartin Wilke2007-03-184-0/+238
to most Bazaar operations. WWW: http://bazaar-vcs.org/bzr-gtk PR: ports/110450 Submitted by: Radim Kolar <hsn at sanatana.dharma> Notes: svn path=/head/; revision=187632