From 3c5cf0a44299e8b909fd3062e8aa0cc710649894 Mon Sep 17 00:00:00 2001 From: jbeich Date: Wed, 23 Nov 2016 12:45:46 +0000 Subject: devel/boost-*: update to 1.62.0 - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) --- cad/freecad/Makefile | 2 +- cad/fritzing/Makefile | 2 +- cad/kicad-devel/Makefile | 1 + cad/kicad/Makefile | 2 +- cad/librecad/Makefile | 1 + cad/linuxcnc-devel/Makefile | 1 + cad/openscad/Makefile | 2 +- 7 files changed, 7 insertions(+), 4 deletions(-) (limited to 'cad') diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index d830aa3a7ed8..d57db4218def 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20161104 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index dae46847c8f0..25363d5460d6 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -3,7 +3,7 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= https://github.com/fritzing/fritzing-app/archive/:source \ https://github.com/fritzing/fritzing-parts/archive/:parts diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index e4338dd954f3..7a16c8f3e1d5 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= LOCAL/mr diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index e258661f1a3d..4db11b9a909b 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= 20140622%2Bbzr4027 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= https://launchpadlibrarian.net/179199115/ diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index bc8e2cf6f602..f539f0dbbc39 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -2,6 +2,7 @@ PORTNAME= librecad DISTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= ports@FreeBSD.org diff --git a/cad/linuxcnc-devel/Makefile b/cad/linuxcnc-devel/Makefile index d8582417d7ed..ac6dd8dc4e4a 100644 --- a/cad/linuxcnc-devel/Makefile +++ b/cad/linuxcnc-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= linuxcnc-devel PORTVERSION= 20160626 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= trasz@FreeBSD.org diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index aceecd616dbd..dc6f1db37f9f 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src -- cgit es/y18n-3.2.2'>dependabot/npm_and_yarn/devel/electron4/files/y18n-3.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-mpd
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports from audio/ to new USES=pythonmva2014-10-191-4/+2
| | | | Reviewed by: portmgr (implicit)
* - Stage supportmiwi2014-02-092-17/+2
| | | | | - Bump PORTREVISION - Convert to AUTOPLIST
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Convert to PORT_OPTIONS:MDOCS.adamw2014-01-031-1/+3
| | | | Holdout shame list: ruby, perl, python
* - Update WWW:sunpoet2013-11-211-1/+1
| | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-20