/security/py-acme-tiny/

rel='vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/polish
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 1.8, now Qt5 basedpawel2015-08-175-73/+50
| | | | | | | - Development moved to GitHub - Drop INSTALLS_ICONS, it's for Gtk apps - Install all desktop files into DESKTOPDIR to be more desktop agnostic
* - Update to version 2.1, now Qt5 basedpawel2015-07-248-86/+244
| | | | | - USES=compiler for better handling of needed compiler - USES=libarchive to prevent linking with libarchive from base on 10+
* - Add NO_ARCHsunpoet2015-07-181-0/+1
|
* - Add NO_ARCHsunpoet2015-07-181-0/+1
|
* - Add NO_ARCHsunpoet2015-07-181-0/+1
|
* - Strip librariesamdmi32015-06-011-1/+2
|
* - Strip libraryamdmi32015-05-161-1/+3
| | | | - Unsilence install
* Cleanup DIST* variables.mat2015-05-122-4/+3
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
* - Update to 20150426sunpoet2015-04-272-3/+3
|
* Update to 4.3.7.jkim2015-04-26