From owner-svn-ports-head@FreeBSD.ORG Sat Jun 28 10:23:34 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9948B4A1; Sat, 28 Jun 2014 10:23:34 +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 869E629EC; Sat, 28 Jun 2014 10:23:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5SANYjk081698; Sat, 28 Jun 2014 10:23:34 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5SANYmv081696; Sat, 28 Jun 2014 10:23:34 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406281023.s5SANYmv081696@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 28 Jun 2014 10:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359681 - head/sysutils/uptimed 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 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: Sat, 28 Jun 2014 10:23:34 -0000 Author: amdmi3 Date: Sat Jun 28 10:23:33 2014 New Revision: 359681 URL: http://svnweb.freebsd.org/changeset/ports/359681 QAT: https://qat.redports.org/buildarchive/r359681/ Log: - Convert USE_BZIP2 to USES - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/sysutils/uptimed/Makefile head/sysutils/uptimed/pkg-plist Modified: head/sysutils/uptimed/Makefile ============================================================================== --- head/sysutils/uptimed/Makefile Sat Jun 28 10:03:00 2014 (r359680) +++ head/sysutils/uptimed/Makefile Sat Jun 28 10:23:33 2014 (r359681) @@ -3,6 +3,7 @@ PORTNAME= uptimed PORTVERSION= 0.3.17 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://podgorny.cz/uptimed/releases/ \ http://www.predatorlabs.net/dl/ @@ -12,8 +13,7 @@ COMMENT= Uptime daemon LICENSE= GPLv2 -USE_BZIP2= yes -USES= gmake +USES= gmake libtool tar:bzip2 USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf LIBTOOLIZE_ARGS=--copy --force ACLOCAL_ARGS= # empty Modified: head/sysutils/uptimed/pkg-plist ============================================================================== --- head/sysutils/uptimed/pkg-plist Sat Jun 28 10:03:00 2014 (r359680) +++ head/sysutils/uptimed/pkg-plist Sat Jun 28 10:23:33 2014 (r359681) @@ -2,9 +2,9 @@ bin/uprecords etc/uptimed.conf-dist lib/libuptimed.a -lib/libuptimed.la lib/libuptimed.so lib/libuptimed.so.0 +lib/libuptimed.so.0.0.0 man/man1/uprecords.1.gz man/man8/uptimed.8.gz sbin/uptimed