Date: Sun, 5 Oct 2014 20:53:18 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370117 - in head/devel/libruin: . files Message-ID: <201410052053.s95KrIlT007969@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@dirrm lib/libruin/css -@dirrm lib/libruin/scheme/sdom -@dirrm lib/libruin/scheme/scss -@dirrm lib/libruin/scheme -@dirrm lib/libruin %%DATADIR%%/ChangeLog -@dirrm %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410052053.s95KrIlT007969>