Commit Graph

12 Commits

Author SHA1 Message Date
Dmitry Marakasov
e9b1434ea6 - Update to 4.5.0
PR:		206255
Submitted by:	tkato432@yahoo.com
2016-01-15 18:31:14 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Sunpoet Po-Chuan Hsieh
d324967fbf - Update to 4.4.0
Changes:	https://github.com/wernerd/ZRTPCPP/commits/master
PR:		205221
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2015-12-11 10:02:35 +00:00
Bryan Drewery
aa6ad6e726 USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
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.
2015-04-28 18:44:04 +00:00
Tijl Coosemans
d5232a0aa2 Drop maintainership now that Linphone no longer depends on it 2015-04-16 19:08:09 +00:00
Bryan Drewery
69d5e85c26 Default the WRKSRC to the proper extracted name for USE_GITHUB when
GH_TAGNAME is defaulted to the new DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX
change in r381689.

This actually fixes the build for sysutils/zfstools, broken in r381704.

With hat:	portmgr
2015-03-20 07:25:43 +00:00
Bryan Drewery
965611a692 Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).

With hat:	portmgr
2015-03-19 20:45:03 +00:00
Bryan Drewery
010d8c7d9a Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.

All of these ports as-is.

With hat:	portmgr
2015-03-19 18:08:25 +00:00
Tijl Coosemans
c27029d42e Avoid USES=compiler:c++11-lib because every dependent port would have to
set it too.
2015-01-11 19:25:27 +00:00
Tijl Coosemans
54d7237cc8 Add USES=compiler:c++11-lib to fix build on FreeBSD 8 and 9. 2015-01-09 15:07:43 +00:00
Tijl Coosemans
4f4795bb75 Fix category
Reported by:	FreshPorts Sanity Daemon
2015-01-01 13:42:14 +00:00
Tijl Coosemans
10ccff46d9 Add security/libzrtpcppcore, the core ZRTP (RFC 6189) support library from
the GNU ZRTP C++ project.
2015-01-01 12:54:23 +00:00