svn commit: r366402 - head/textproc/libyaml
Tijl Coosemans
tijl at FreeBSD.org
Thu Aug 28 12:52:34 UTC 2014
Author: tijl
Date: Thu Aug 28 12:52:33 2014
New Revision: 366402
URL: http://svnweb.freebsd.org/changeset/ports/366402
QAT: https://qat.redports.org/buildarchive/r366402/
Log:
Add USES=libtool and INSTALL_TARGET=install-strip
Modified:
head/textproc/libyaml/Makefile
head/textproc/libyaml/pkg-plist
Modified: head/textproc/libyaml/Makefile
==============================================================================
--- head/textproc/libyaml/Makefile Thu Aug 28 12:48:13 2014 (r366401)
+++ head/textproc/libyaml/Makefile Thu Aug 28 12:52:33 2014 (r366402)
@@ -3,6 +3,7 @@
PORTNAME= libyaml
PORTVERSION= 0.1.6
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
DISTNAME= yaml-${PORTVERSION}
@@ -12,10 +13,8 @@ MAINTAINER= jpaetzel at FreeBSD.org
COMMENT= YAML 1.1 parser and emitter written in C
GNU_CONFIGURE= yes
-USES= pathfix
+INSTALL_TARGET= install-strip
+USES= libtool pathfix
USE_LDCONFIG= yes
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libyaml.so
-
.include <bsd.port.mk>
Modified: head/textproc/libyaml/pkg-plist
==============================================================================
--- head/textproc/libyaml/pkg-plist Thu Aug 28 12:48:13 2014 (r366401)
+++ head/textproc/libyaml/pkg-plist Thu Aug 28 12:52:33 2014 (r366402)
@@ -1,7 +1,6 @@
include/yaml.h
-lib/libyaml-0.so
lib/libyaml-0.so.2
+lib/libyaml-0.so.2.0.4
lib/libyaml.a
lib/libyaml.so
-lib/libyaml.la
libdata/pkgconfig/yaml-0.1.pc
More information about the svn-ports-all
mailing list