Index: head/graphics/openjpeg/Makefile =================================================================== --- head/graphics/openjpeg/Makefile (revision 394828) +++ head/graphics/openjpeg/Makefile (revision 394829) @@ -1,27 +1,30 @@ # Created by: trasz # $FreeBSD$ PORTNAME= openjpeg PORTVERSION= 2.1.0 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= SF/openjpeg.mirror/${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open-source JPEG 2000 codec LICENSE= BSD2CLAUSE LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff USE_LDCONFIG= yes USES= cmake cpe pkgconfig PLIST_SUB= VER=${PORTVERSION:R} + +GH_ACCOUNT= uclouvain +GH_TAGNAME= version.${PORTVERSION:R} +USE_GITHUB= yes post-patch: @${REINPLACE_CMD} -e 's|$${OPENJPEG_INSTALL_LIB_DIR}/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt .include Index: head/graphics/openjpeg/distinfo =================================================================== --- head/graphics/openjpeg/distinfo (revision 394828) +++ head/graphics/openjpeg/distinfo (revision 394829) @@ -1,2 +1,2 @@ -SHA256 (openjpeg-2.1.0.tar.gz) = 1232bb814fd88d8ed314c94f0bfebb03de8559583a33abbe8c64ef3fc0a8ff03 -SIZE (openjpeg-2.1.0.tar.gz) = 1789675 +SHA256 (uclouvain-openjpeg-2.1.0-version.2.1_GH0.tar.gz) = 4afc996cd5e0d16360d71c58216950bcb4ce29a3272360eb29cadb1c8bce4efc +SIZE (uclouvain-openjpeg-2.1.0-version.2.1_GH0.tar.gz) = 1775088 Index: head/graphics/openjpeg/pkg-descr =================================================================== --- head/graphics/openjpeg/pkg-descr (revision 394828) +++ head/graphics/openjpeg/pkg-descr (revision 394829) @@ -1,16 +1,15 @@ The OpenJPEG library is an open-source JPEG 2000 library developed in order to promote the use of JPEG 2000. The main part of the project consists in a JPEG 2000 codec compliant with the Part 1 of the standard (Class-1 Profile-1 compliance). Besides this main codec, OpenJPEG integrates several other modules: - JP2 (JPEG 2000 standard Part 2 - Handling of JP2 boxes and extended multiple component transforms for multispectral and hyperspectral imagery) - MJ2 (JPEG 2000 standard Part 3) - JPWL (JPEG 2000 standard Part 11) - JPIP (JPEG 2000 standard Part 9) - OPJViewer, a GUI viewer for J2K, JP2, JPWL and MJ2 files -WWW: https://code.google.com/p/openjpeg/ -WWW: http://openjpeg.mirror.sourceforge.net/ +WWW: https://github.com/uclouvain/openjpeg