diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-10-31 08:32:31 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-10-31 08:32:31 +0800 |
commit | 0948335aa3e4dabe1fbd6e63e89df5c4fdcb9c95 (patch) | |
tree | 7b8bf4527ee8a7f7c5d3f4e85a1707da0b869062 /graphics/osg-devel | |
parent | f36413f53fa0825ebb2930aeedaf817776838f21 (diff) | |
download | freebsd-ports-gnome-0948335aa3e4dabe1fbd6e63e89df5c4fdcb9c95.tar.gz freebsd-ports-gnome-0948335aa3e4dabe1fbd6e63e89df5c4fdcb9c95.tar.zst freebsd-ports-gnome-0948335aa3e4dabe1fbd6e63e89df5c4fdcb9c95.zip |
graphics/ilmbase
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW
graphics/OpenEXR
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches
- Bump dependent ports' revisions
Approved by: pawel / wg (mentors)
Diffstat (limited to 'graphics/osg-devel')
-rw-r--r-- | graphics/osg-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 65491da613fa..5996208ad9e3 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ |