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 /editors | |
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 'editors')
-rw-r--r-- | editors/calligra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 544e44dffe24..01477c8bff10 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ |