svn commit: r359681 - head/sysutils/uptimed

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jun 28 10:23:34 UTC 2014


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


More information about the svn-ports-head mailing list