svn commit: r352456 - head/graphics/lcms-python
Pawel Pekala
pawel at FreeBSD.org
Sun Apr 27 19:58:38 UTC 2014
Author: pawel
Date: Sun Apr 27 19:58:37 2014
New Revision: 352456
URL: http://svnweb.freebsd.org/changeset/ports/352456
QAT: https://qat.redports.org/buildarchive/r352456/
Log:
- Add staging support
- Convert to new LIB_DEPENDS format
- Remove non-standard info from pkg-descr
Modified:
head/graphics/lcms-python/Makefile
head/graphics/lcms-python/pkg-descr
Modified: head/graphics/lcms-python/Makefile
==============================================================================
--- head/graphics/lcms-python/Makefile Sun Apr 27 19:47:28 2014 (r352455)
+++ head/graphics/lcms-python/Makefile Sun Apr 27 19:58:37 2014 (r352456)
@@ -12,7 +12,7 @@ COMMENT= Light Color Management System (
LICENSE= MIT
-LIB_DEPENDS+= lcms:${PORTSDIR}/graphics/lcms
+LIB_DEPENDS= liblcms.so:${PORTSDIR}/graphics/lcms
BUILD_WRKSRC= ${WRKSRC}/python
INSTALL_WRKSRC= ${WRKSRC}/python
@@ -28,11 +28,11 @@ LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= %%PYTHON_SITELIBDIR%%/_lcms.so \
%%PYTHON_SITELIBDIR%%/lcms.py
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${INSTALL_WRKSRC}/.libs/_lcms.so \
- ${PYTHON_SITELIBDIR}/_lcms.so
+ @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
+ ${INSTALL_LIB} ${INSTALL_WRKSRC}/.libs/_lcms.so \
+ ${STAGEDIR}${PYTHON_SITELIBDIR}/_lcms.so
${INSTALL_DATA} ${INSTALL_WRKSRC}/lcms.py \
- ${PYTHON_SITELIBDIR}/lcms.py
+ ${STAGEDIR}${PYTHON_SITELIBDIR}/lcms.py
.include <bsd.port.mk>
Modified: head/graphics/lcms-python/pkg-descr
==============================================================================
--- head/graphics/lcms-python/pkg-descr Sun Apr 27 19:47:28 2014 (r352455)
+++ head/graphics/lcms-python/pkg-descr Sun Apr 27 19:58:37 2014 (r352456)
@@ -7,6 +7,3 @@ as images are transferred from scanners
printers.
WWW: http://www.littlecms.com/
-
-Mikhail Teterin
-mi at aldan.algebra.com
More information about the svn-ports-all
mailing list