aboutsummaryrefslogtreecommitdiff
path: root/games/freeciv
Commit message (Collapse)AuthorAgeFilesLines
* Update FreeCiv to 2.5.10 (bugfix release)Johan van Selst2018-02-052-4/+4
| | | | Notes: svn path=/head/; revision=460970
* Update to FreeCiv 2.5.9 (bugfix release)Johan van Selst2017-12-133-4/+7
| | | | Notes: svn path=/head/; revision=456219
* Update to Freeciv 2.5.7 (minor bugfix release)Johan van Selst2017-07-052-5/+4
| | | | Notes: svn path=/head/; revision=445097
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Fix options helperSunpoet Po-Chuan Hsieh2017-05-281-5/+5
| | | | | | | | | | - Fix OPTIONS_DEFAULT: remove IPV6 and NLS which are added by framework - Convert to options target helper Approved by: portmgr (blanket) Notes: svn path=/head/; revision=441957
* Simplify using USES=localbase (no functional change)Johan van Selst2016-12-271-3/+2
| | | | | | | Reported by: danfe Notes: svn path=/head/; revision=429659
* Update to FreeCiv 2.5.6 (bugfix release)Johan van Selst2016-12-272-6/+9
| | | | | | | correct NLS option Notes: svn path=/head/; revision=429593
* Minor cleanup (no functional change)Johan van Selst2016-08-011-1/+1
| | | | | | | Reported by: marino Notes: svn path=/head/; revision=419455
* - Update to FreeCiv 2.5.5 (bugfix release)Johan van Selst2016-07-312-7/+8
| | | | | | | - make hidden dependencies explicit Notes: svn path=/head/; revision=419413
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Update to FreeCiv 2.5.4 (bugfix release)Johan van Selst2016-05-142-3/+4
| | | | Notes: svn path=/head/; revision=415192
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update FreeCiv to 2.5.3 (bugfix release)Johan van Selst2016-02-072-3/+3
| | | | Notes: svn path=/head/; revision=408414
* Update to FreeCiv 2.5.2 (bugfix release)Johan van Selst2016-01-202-4/+5
| | | | Notes: svn path=/head/; revision=406804
* Convert g* and i* to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-2/+1
| | | | Notes: svn path=/head/; revision=405724
* Update to FreeCiv 2.5.1 (bugfix release)Johan van Selst2015-08-153-4/+4
| | | | Notes: svn path=/head/; revision=394333
* Fix build without X11Johan van Selst2015-03-211-1/+1
| | | | Notes: svn path=/head/; revision=381842
* Update to FreeCiv 2.5.0Johan van Selst2015-03-173-3208/+64
| | | | | | | http://freeciv.wikia.com/wiki/NEWS-2.5.0 Notes: svn path=/head/; revision=381504
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Update to Freeciv 2.4.4 (bugfix release)Johan van Selst2014-12-073-5/+4
| | | | | | | http://freeciv.wikia.com/wiki/NEWS-2.4.4 Notes: svn path=/head/; revision=374186
* - Fix etc/ggz.modules handlingDmitry Marakasov2014-12-032-49/+2
| | | | | | | | | | | | - Remove @dirrm* from plist PR: 193515 [1] Submitted by: amdmi3 Approved by: portmgr blanket Approved by: maintainer timeout ([1]) Notes: svn path=/head/; revision=373826
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-2/+2
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Drop .la files for games/libggz, no dependees require themDmitry Marakasov2014-09-101-0/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=367816
* Update to FreeCiv 2.4.3 (mostly bugfix-release)Johan van Selst2014-08-133-22/+10
| | | | | | | http://www.freeciv.org/wiki/NEWS-2.4.3 Notes: svn path=/head/; revision=364760
* Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=362015
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* - Drop :oldver from USES=libtool, no dependent ports require .la filesDmitry Marakasov2014-06-201-1/+1
| | | | | | | | | - Bump dependent port (games/freeciv) as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358560
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-202-4/+4
| | | | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Notes: svn path=/head/; revision=358558
* Fix plist without X11.Antoine Brodin2014-02-151-1/+1
| | | | | | | | | This change + r344393 should unbreak games/freeciv-nox11 Reported by: pkg-fallout Notes: svn path=/head/; revision=344395
* Update to FreeCiv 2.4.2Johan van Selst2014-02-083-35/+29
| | | | Notes: svn path=/head/; revision=343409
* - Correct dependencies [1,2]Johan van Selst2013-12-283-14/+44
| | | | | | | | | | - Update to FreeCiv 2.4.1 [3] PR: ports/185235 [2] Submitted by: Alexandr Matveev <timon@timon.net.nz> [1], John Marino <freebsd@marino.st> [2] Notes: svn path=/head/; revision=337842
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* - Add missing dependencyJohan van Selst2013-10-121-0/+2
| | | | | | | | | - Bump PORTREVISION Submitted by: Michael Jochimsen <mlj@troglodytics.org> Notes: svn path=/head/; revision=330187
* - Update to 2.4.0Johan van Selst2013-10-063-54/+856
| | | | | | | - Enable stage support Notes: svn path=/head/; revision=329548
* Do not arbitrary rename packagesBaptiste Daroussin2013-10-041-1/+0
| | | | Notes: svn path=/head/; revision=329271
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Fix build on headBaptiste Daroussin2013-09-131-0/+1
| | | | Notes: svn path=/head/; revision=327148
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-2/+2
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326132
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-2/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update FreeCiv to 2.3.4Johan van Selst2013-02-192-3/+3
| | | | | | | Bug fix release, http://freeciv.wikia.com/wiki/NEWS-2.3.4 Notes: svn path=/head/; revision=312543
* - Update Freeciv to 2.3.3Johan van Selst2012-12-093-12/+9
| | | | | | | | - Trim makefile header - Remove local patch: issue now fixed upstream Notes: svn path=/head/; revision=308539
* - INSTALL_ICONS requires X11: only use this when installing client versionJohan van Selst2012-11-271-2/+2
| | | | | | | | | | - Bump PORTREVISION Reported by: Stephen Hurd <shurd@broadcom.com> Feature safe: yes Notes: svn path=/head/; revision=307829
* Convert to new options frameworkJohan van Selst2012-06-281-13/+23
| | | | Notes: svn path=/head/; revision=300163
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* Update FreeCiv to 2.3.2Johan van Selst2012-03-313-7/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294058
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667