aboutsummaryrefslogtreecommitdiff
path: root/games/anki
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Rebuild lang/rust consumers after r569489Tobias Kortkamp2021-03-291-1/+1
| | | | Notes: svn path=/head/; revision=569491
* Mark ports recursively depending on Python 2.7 for expiration on June 23.Rene Ladan2021-03-241-0/+3
| | | | | | | | | | | | | | For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665 Notes: svn path=/head/; revision=569118
* games/anki: Fix packaging with Python 3.8Kai Knoblich2021-03-202-2/+13
| | | | | | | | | | | | | | * Add a workaround to make the transition from Python 3.7 to Python 3.8 possible because the name of the .so file is slightly different between the two releases. * Also add CARGO_INSTALL to avoid warnings about ignored duplicate scripts for the target "do-install". PR: 253815 Notes: svn path=/head/; revision=568854
* PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1Loïc Bartoletti2021-03-161-1/+1
| | | | | | | | PR: 254218 Exp-run by: antoine Notes: svn path=/head/; revision=568547
* PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0Loïc Bartoletti2021-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * PyQt5: update to 5.15.3 This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages. - Added the missing QImage.setAlphaChannel(). - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package. - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel. * QScintilla2: update to 2.12.0 This adds support for Qt6 and removes support for Qt4. - Change the new distname (again)i due to a conflict - Use the new sip-build system * devel/py-qtbuilder: update to 1.9.0 * devel/py-sip: fix flavor for sip-distinfo PR: 253865 Exp-run by: antoine Notes: svn path=/head/; revision=567825
* lang/rust: Update to 1.50.0Mikael Urankar2021-02-141-1/+1
| | | | | | | | | | | | | | | - Use bundled libgit/libssh, the versions in ports are too old - Update lang/rust-nightly to 2021-02-12 - Update devel/racer to 2.1.41 - Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261) Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D28616 Notes: svn path=/head/; revision=565245
* lang/rust: Update to 1.49.0Mikael Urankar2021-01-061-1/+1
| | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.49.0 Tested by: mikael, pkubaj Differential Revision: https://reviews.freebsd.org/D27940 Notes: svn path=/head/; revision=560492
* Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip ↵Loïc Bartoletti2020-12-151-1/+1
| | | | | | | | | | to 12.8.1 PR: 251764 Exp-run by: antoine Notes: svn path=/head/; revision=558168
* games/anki: Remove pkg-messageKai Knoblich2020-12-042-16/+1
| | | | | | | | | | | * The installation instructions on how to set up audio/lame manually are obsolete since r554970 thus remove them. * Bump PORTREVISION to flush out old packages that still contain the pkg-message. Notes: svn path=/head/; revision=556966
* lang/rust: Update to 1.48.0Mikael Urankar2020-11-241-0/+1
| | | | | | | | | | | Changes: https://github.com/rust-lang/rust/releases/tag/1.48.0 Reviewed by: jbeich Tested by: bdragon, jbeich, mikael Differential Revision: https://reviews.freebsd.org/D27293 Notes: svn path=/head/; revision=556157
* Add education virtual categoryAdam Weinberger2020-11-201-1/+1
| | | | | | | | PR: 248402 Submitted by: PauAmma Notes: svn path=/head/; revision=555738
* games/anki: Update to 2.1.35Kai Knoblich2020-11-1013-612/+1549
| | | | | | | | | | | | | | | | | | | | Since the 2.1.17 release the build system has been significantly revised and contains many changes (e.g. a Rust library with Python bindings) that had to be adapted to the Ports framework. Kudos to David Schlachter for the additional testing and feedback! Changelog since 2.1.16 (too many changes to list them separately): https://changes.ankiweb.net/ PR: 247666 Reported by: David Schlachter Reviewed by: tcberner (earlier revision) Differential Revision: https://reviews.freebsd.org/D26961 Notes: svn path=/head/; revision=554834
* Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5Loïc Bartoletti2020-10-051-1/+1
| | | | | | | | | | | | | | | | | | | - Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5 - Use pypi for PYQT [1] - Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates of PyQt with py-sip >= 5) - Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location, devel/py-qt5-remoteobjects, net/py-qt5-networkauth - Strip libs - Refactor *_PATH and *_PORT parts [1] RiverBankComputing doesn't offer links to download latest version of some ports PR: 247369 Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D25749 Exp-run by: antoine Notes: svn path=/head/; revision=551499
* Update py-sip to 4.19.21 and qscintilla2 to 2.11.4Loïc Bartoletti2020-04-111-0/+1
| | | | | | | | | | | | | | - Update py-sip to 4.19.21 - Update qscintilla2 to 2.11.4 - Replace MASTER_SITE_RIVERBANK with https versions - Replace QSCI2_DISTNAME to match with the new one PR: 245308 Approved by: tcberner (mentor) Exp-run by: antoine Notes: svn path=/head/; revision=531396
* games/anki: Update to 2.1.16Kai Knoblich2020-02-195-71/+90
| | | | | | | | | | | | | | | | | | | | | | * Backport two patches from upstream that fix the argument handling with multimedia/mpv since r520597. * Also slightly change the MASTER_SITES as upstream distribute tarballs for newer versions only via GitHub. Although there are already some newer releases available use the 2.1.16 release for a while. It's mainly because the build process has changed a lot since the 2.1.17 release and still needs to be investigated a little more closely. Changelog: https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.16 MFH: 2020Q1 (blanket: bug and regression fixes) Notes: svn path=/head/; revision=526491
* games/anki: Add pkg-message with installation instructionsKai Knoblich2019-12-112-0/+16
| | | | | | | | | | | | | | | * Improve the user experience by adding a pkg-message which gives some advice that audio/lame needs to be installed manually afterwards when installing from the official FreeBSD package repositories. * Bump PORTREVISION to include the pkg-message. PR: 242528 Submitted by: PauAmma <pauamma@gundo.com> (based on) MFH: 2019Q4 Notes: svn path=/head/; revision=519830
* games/anki: Update to 2.1.15Kai Knoblich2019-08-252-4/+4
| | | | | | | | | | | | | | | | | | Changelog: * The V2 scheduler now fully randomizes review cards due on a given day. * Fix flag changes in Browse screen not syncing. * Cleanup recording wav file when recording canceled. * Fix the window icon on Wayland. * Add a progress bar to media deletion. * Other minor changes. https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.15 MFH: 2019Q3 Notes: svn path=/head/; revision=509787
* games/anki: Update to 2.1.14Kai Knoblich2019-06-292-4/+4
| | | | | | | | | | | | | | | | | | Changelog: * Fix a bug in the V2 scheduler that would cause partially learnt cards removed from filtered decks to revert to an earlier state. * Fix a bug in the handling of relearning cards when switching back to the V1 scheduler. * Fix lost space when pasting indented text. * Limit image height relative to window height, not document height. * Fix deck list being re-rendered unnecessarily. * Remove the unable to connect to local port message. https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.14 Notes: svn path=/head/; revision=505346
* games/anki: Update to 2.1.13Kai Knoblich2019-05-222-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * Fix formatting getting lost when copying&pasting between fields on macOS. * Fix some issues that cause the main window to get stuck. * Fix an empty deck list sometimes appearing when restoring from a backup. * Fix Anki hanging after an error occurs during startup. * Fix error message when syncing with an unconfirmed email address. * Use jsonschema for add-on manifests * Warn in DB check when high due numbers are encountered. * Improve error messages on full disk and failed add-on deletion. * Fix relearning cards being given learning step count in V2 scheduler. * Fix preview window failing to appear when show both sides enabled. * Removing trailing BR tag when pasting into an empty field. * Don’t throw an error when non-Latin text in the Javascript console can’t be shown. * Double click on add-ons to edit their configuration. * Fix the window icon in a few screens. * Improve the default type in the answer note type. https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.13-(3ba55990) Notes: svn path=/head/; revision=502256
* games/anki: Update to 2.1.12Kai Knoblich2019-04-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | Changelog: * Fix fields appearing under editor buttons. * Fix memory leak in card layout screen. * Fix some issues with previewing in the Browse screen. * Fix card counts not updating when a review is undone. * Fix an error caused by missing note types. * Fix an issue checking for add-on updates. * Disable add-on config button when not appropriate. * Tweaks to the deck age graph binning. * Add-ons hosted on AnkiWeb can now define conflicts in the manifest file. * Make sure mpv doesn’t attempt to load scripts from default location. * Other minor fixes. https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.12-(eef86bf3) Approved by: mentors (implicit) Notes: svn path=/head/; revision=500437
* Clean up plistAntoine Brodin2019-04-251-246/+246
| | | | Notes: svn path=/head/; revision=500005
* games/anki: UnbreakKai Knoblich2019-03-292-3/+9
| | | | | | | | | | | | | Unbreak since www/py-qt5-webengine is usable again since r497003. Also update the patch for aqt/qt.py to load PyQt5.QtWebChannel explicitly. Otherwise Anki will crash upon invocation. PR: 233192 Approved by: mentors (implicit) Notes: svn path=/head/; revision=497168
* games/anki: Update to 2.1.11, undeprecate and set to BROKENKai Knoblich2019-03-136-604/+724
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Undeprecate and save the port from the big Qt4 wipeout by switching from Qt4 to Qt5. Also set games/anki temporarily as BROKEN because www/py-qt5-webengine is still in a defunct state. This will change when www/qt5-webengine gets updated to a more recent version soon (hopefully to the end of Q1). At last but not least: Add options to switch between multimedia/mpv (new default by upstream) and multimedia/mplayer (previous default) or choose both of them. Changelog: Notable changes since 2.0.52: - Anki 2.1.x uses the same scheduling, syncing and file format as Anki 2.0.x, so one can upgrade and downgrade at will. - Switched from Python 2.7 to Python 3.6+ and from Qt 4 to Qt 5 - Add-ons will need to be updated to work with 2.1. - Built in MathJax support - A "restore backup" option in the profiles screen - SVG rendering support for LaTeX - Improved add-on configuration, management and updating - Night mode for reviewing - Improved pasting, with less unnecessary formatting included, and better handling of media links. https://apps.ankiweb.net/docs/changes.html PR: 233192 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19564 Notes: svn path=/head/; revision=495620
* Change my maintainer email address to my new one at the FreeBSD project.Kai Knoblich2019-02-011-1/+1
| | | | | | | | | Reviewed by: miwi (mentor) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19050 Notes: svn path=/head/; revision=491837
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+3
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* pyqt: Change install directories for Python flavor supportTobias C. Berner2018-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * PyQt could not be installed for multiple Python versions at the same time, as there were conflicting files. This patch creates Python-version versioned directories for all these, and further installs binaries with a version number. * Note, there might be some hickups for software that depends on on of the .so's provided by PyQt5, which might not be found anymore autmotically, and maybe need some LD-flaggery. * Update PyQt5 to 5.10.1 * Mark www/py-qt5-webengine broken. It is unforuntately no longer compatible with the old qt5-webengine-5.9.4 we ship. PR: 232745 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D8714 Notes: svn path=/head/; revision=485614
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* - Update to 2.0.52Martin Wilke2018-06-032-4/+4
| | | | | | | | | PR: 228678 Submitted by: maintainer Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=471494
* Update games/anki to 2.0.51Fernando Apesteguía2018-03-282-4/+4
| | | | | | | | | | PR: 226966 Submitted by: freebsd_ports@k-worx.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14881 Notes: svn path=/head/; revision=465840
* games/anki: Update to 2.0.50Yuri Victorovich2018-03-153-5/+5
| | | | | | | | | | | | | Changelog is in: https://apps.ankiweb.net/docs/changes.html Also updated WWW. PR: 226623 Submitted by: owk <freebsd_ports@k-worx.org> (maintainer) Notes: svn path=/head/; revision=464596
* games/anki: Update to 2.0.48Yuri Victorovich2018-03-072-4/+4
| | | | | | | | | | | This release contains minor bugfixes. PR: 226438 Submitted by: owk <freebsd_ports@k-worx.org> (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=463841
* games/anki: Update to 2.0.47Yuri Victorovich2018-03-052-15/+19
| | | | | | | | | | | | | | | | | Maintainer's timeout expired: trebbu@googlemail.com freebsd_ports@k-worx.org takes maintainership. Port changes: * Updated MASTER_SITES/added DISTNAME * Added to SHEBANG_FILES * Updated patches PR: 225487 Submitted by: owk <freebsd_ports@k-worx.org> Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=463633
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDSTobias C. Berner2017-02-041-3/+2
| | | | | | | | | | | | pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports not yet using it to it. Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9261 Notes: svn path=/head/; revision=433310
* games/anki: update sqlalchemy dependency to 1.0, bump PORTREVISIONRene Ladan2016-12-271-1/+2
| | | | | | | | | PR: 215218 Submitted by: rene Approved by: maintainer timeout (trebbu@googlemail.com, 16 days) Notes: svn path=/head/; revision=429604
* - Update to 2.0.36Dmitry Marakasov2016-08-234-5/+7
| | | | | | | | | | | - While here, fix LICENSE and unhardcode PREFIX PR: 211972 Submitted by: yuri@rawbw.com Approved by: trebbu@googlemail.com (maintainer) Notes: svn path=/head/; revision=420692
* Reorganise and modernise the py-sqlalchemy ports.Matthew Seaman2016-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908 Notes: svn path=/head/; revision=415627
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* games/anki: convert to target option helpersJan Beich2015-09-051-4/+1
| | | | Notes: svn path=/head/; revision=396199
* games/anki: update to 2.0.32Jan Beich2015-09-054-16/+9
| | | | | | | | | | | | | | | | | | | | | PR: 202908 Submitted by: Bert Burgemeister <trebbu@googlemail.com> (maintainer) ChangeLog: - Fixed a syncing bug that could lead to lost reviews and sanity check errors when deleting a filtered deck before syncing. - Make default note type titles consistent (thanks to Soren). - Load saved searches in alphabetical order (thanks to Houssam). - Fix some fields not being renamed in template when renaming field (thanks to Dave). - Fixed an error message that could occur in add-ons (thanks to Thomas) . - Add a few more media types in the file selector (thanks to Jonathan). - Report an error if an add-on download is corrupt. - Fix sync error being shown twice. - Updated translations, thanks to the translators. Notes: svn path=/head/; revision=396198
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* - Pass maintainership to submitterDmitry Marakasov2014-11-291-1/+1
| | | | | | | | PR: 194943 Submitted by: trebbu@googlemail.com Notes: svn path=/head/; revision=373597
* - Update to 2.0.31Dmitry Marakasov2014-11-243-4/+5
| | | | | | | | PR: 194943 Submitted by: trebbu@googlemail.com Notes: svn path=/head/; revision=373386
* - Release ports maintained by games@Dmitry Marakasov2014-10-311-1/+1
| | | | | | | | | | | | | | games@ team is quite small and inactive, so ports currently assigned to it cannot be assumed as properly maintained. To not cause confusion by making it look otherwise, and also to allow and promote adoption by individual maintainers, release these ports back to the pool. Note that this does not change the fact that games@ team still takes care of these ports to excent of its capabilities. Suggested by: marino Notes: svn path=/head/; revision=371872
* - Drop @dirrm* from plistDmitry Marakasov2014-10-092-20/+2
| | | | | | | | - Convert to USES=python - Add LICENSE_FILE Notes: svn path=/head/; revision=370533
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+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
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374