From owner-svn-ports-head@FreeBSD.ORG Sun Oct 5 20:53:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F05CBB81; Sun, 5 Oct 2014 20:53:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBC609E2; Sun, 5 Oct 2014 20:53:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95KrIwe007974; Sun, 5 Oct 2014 20:53:18 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95KrIlT007969; Sun, 5 Oct 2014 20:53:18 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410052053.s95KrIlT007969@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 5 Oct 2014 20:53:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370117 - in head/devel/libruin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 20:53:19 -0000 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%%