svn commit: r370117 - in head/devel/libruin: . files

Tijl Coosemans tijl at FreeBSD.org
Sun Oct 5 20:53:19 UTC 2014


Author: tijl
Date: Sun Oct  5 20:53:17 2014
New Revision: 370117
URL: https://svnweb.freebsd.org/changeset/ports/370117
QAT: https://qat.redports.org/buildarchive/r370117/

Log:
  Add USES=libtool and INSTALL_TARGET=install-strip

Deleted:
  head/devel/libruin/files/
Modified:
  head/devel/libruin/Makefile
  head/devel/libruin/pkg-plist

Modified: head/devel/libruin/Makefile
==============================================================================
--- head/devel/libruin/Makefile	Sun Oct  5 20:48:57 2014	(r370116)
+++ head/devel/libruin/Makefile	Sun Oct  5 20:53:17 2014	(r370117)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libruin
 PORTVERSION=	0.1.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel scheme
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,6 +15,8 @@ BUILD_DEPENDS=	${LOCALBASE}/share/guile/
 RUN_DEPENDS=	${LOCALBASE}/share/guile/site/config/load.scm:${PORTSDIR}/devel/guile-lib
 
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		libtool
 USE_LDCONFIG=	yes
 
 INFO=	libruin

Modified: head/devel/libruin/pkg-plist
==============================================================================
--- head/devel/libruin/pkg-plist	Sun Oct  5 20:48:57 2014	(r370116)
+++ head/devel/libruin/pkg-plist	Sun Oct  5 20:53:17 2014	(r370117)
@@ -2,6 +2,7 @@ include/libruin.h
 lib/libruin.a
 lib/libruin.so
 lib/libruin.so.0
+lib/libruin.so.0.0.0
 lib/libruin/css/xhtml.css
 lib/libruin/css/xul.css
 lib/libruin/scheme/scss/lexer.scm
@@ -10,10 +11,4 @@ lib/libruin/scheme/scss/scss.scm
 lib/libruin/scheme/sdom/core.scm
 lib/libruin/scheme/sdom/events.scm
 man/man3/ruin.3.gz
- at dirrm lib/libruin/css
- at dirrm lib/libruin/scheme/sdom
- at dirrm lib/libruin/scheme/scss
- at dirrm lib/libruin/scheme
- at dirrm lib/libruin
 %%DATADIR%%/ChangeLog
- at dirrm %%DATADIR%%


More information about the svn-ports-all mailing list