aboutsummaryrefslogtreecommitdiff
path: root/astro/gpsbabel14
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Fix LICENSEDmitry Marakasov2020-08-192-4/+7
| | | | | | | | | | | - Pet portlint - Strip binary - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=545296
* Convert to USES=autoreconf.Tijl Coosemans2017-12-241-1/+1
| | | | Notes: svn path=/head/; revision=457178
* Remove libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428144
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-3/+3
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Preserve version 1.4.4 of astro/gpsbabel as astro/gpsbabel14Dmitry Marakasov2014-06-104-0/+72
Newer gpsbabel version needlessly pulls in heavyweight dependencies (such as qt4-gui, qt4-webkit) via qt4-linguist, and until that's resolved, it's useful to keep around older version which doesn't have such problem. PR: 190791 Approved by: dev2@heesakkers.info (maintainer) Notes: svn path=/head/; revision=357391