Skip site navigation (1)Skip section navigation (2)

CVS log for ports/x11-toolkits/py-wxPython28-common/Makefile

[BACK] Up to [FreeBSD] / ports / x11-toolkits / py-wxPython28-common

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jul 20 20:34:18 2010 UTC (18 months, 3 weeks ago) by rene
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Update to 2.8.10.1.

PR:		ports/148782
Submitted by:	myself
Approved by:	maintainer, tabthorpe (mentor)
Obtained from:	Fedora (API patch)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:47:24 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:46:38 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- update to jpeg-8

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:57:38 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:16:31 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

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)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Sep 29 17:54:38 2007 UTC (4 years, 4 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3 lines
- Complete repocopy of x11-toolkits/py-wxPython28,
  x11-toolkits/py-wxPython28-common and x11-toolkits/py-wxPython28-unicode,
  applying the corresponding patches.
- Add PYDISTUTILS_NOEGGINFO to fix plist issues [1].
- Integrate with bsd.wx.mk: the noticeable difference is that ports using
  USE_WX=2.6+ and WX_COMPS=python will be built from now on with wxWidgets
  2.8, which was previously restricted for these ports because of the lack of
  the "python" component for version 2.6 [1].

PR:		ports/115349, ports/115350, ports/115351
Submitted by:	Neal Nelson <neal@nelson.name>
Reworked by:	alepulver (myself) [1]

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Aug 10 17:57:14 2007 UTC (4 years, 6 months ago) by alexbl
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
 - unbreak on python 2.5 by adding PYDISTUTILS_NOEGGINFO

Submitted by:	pointyhat via kris

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat May 19 20:31:53 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 1 07:39:01 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
CVS tags: old_RELEASE_4_EOL, old_PRE_XORG_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -2 lines
- Use features of bsd.wx.mk, especially USE_WX

PR:		ports/101613
Submitted by:	alepulver

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 20 17:04:04 2006 UTC (5 years, 9 months ago) by mezz
Branches: MAIN
CVS tags: old_RELEASE_6_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- Update to 2.6.3.2. [1]
- Do not let py-wxPython26-common to touch wx.pth or it will ending up as
  empty by overwrite when you reinstall or update py-wxPython26-common. [2]

PR:		ports/96091 [1], ports/96092 [2]
Submitted by:	Neal Nelson <neal@nelson.name> (maintainer)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 7 05:00:53 2006 UTC (5 years, 10 months ago) by mezz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
x11-toolkits/py-wxPython26:
	PORTREVISION= -> PORTREVISION?= for slave port.

x11-toolkits/py-wxPython26-common:
	Fix the plist to catch up with 2.6.3.0, bump the PORTREVISION.

Reported by:	krismail
Approved by:	Neal Nelson <neal@nelson.name> (maintainer)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 9 09:43:39 2005 UTC (6 years, 4 months ago) by ehaupt
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_5_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
- Unbreak port by registering x11-toolkits/wxgtk26-contrib as LIB_DEPENDS
- Fix packing list

PR:		87130
Submitted by:	ehaupt
Approved by:	Neal Nelson <neal@nelson.name> (maintainer),
		novel (mentor)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Oct 2 08:19:31 2005 UTC (6 years, 4 months ago) by lioux
Branches: MAIN
o A slave port of x11-toolkits/py-wxPython26 that installs the
  common parts shared amongst both x11-toolkits/py-wxPython26 and
  x11-toolkits/py-wxPython26-unicode
o Assign maintainership to Neal Nelson <neal@nelson.name> maintainer
  of the master port

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options