Bug 175047 - sysutils/uptimed: Update to version 0.3.17
Summary: sysutils/uptimed: Update to version 0.3.17
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 18:10 UTC by tkato432
Modified: 2013-02-05 09:20 UTC (History)
0 users

See Also:


Attachments
file.diff (2.50 KB, patch)
2013-01-05 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-01-05 18:10:13 UTC
- Update to version 0.3.17
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2013-01-18 06:17:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-02-05 09:15:57 UTC
Responsible Changed
From-To: araujo->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-05 09:16:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-05 09:16:03 UTC
Author: miwi
Date: Tue Feb  5 09:15:50 2013
New Revision: 311679
URL: http://svnweb.freebsd.org/changeset/ports/311679

Log:
  - Update to 0.3.17
  
  PR:		175047
  Submitted by:	Ports Fury

Modified:
  head/sysutils/uptimed/Makefile   (contents, props changed)
  head/sysutils/uptimed/distinfo   (contents, props changed)

Modified: head/sysutils/uptimed/Makefile
==============================================================================
--- head/sysutils/uptimed/Makefile	Tue Feb  5 09:15:13 2013	(r311678)
+++ head/sysutils/uptimed/Makefile	Tue Feb  5 09:15:50 2013	(r311679)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	uptimed
-# Date created:				23 July 2002
-# Whom:					Andy Fawcett <andy@athame.co.uk>
-#
+# Created by: Andy Fawcett <andy@athame.co.uk>
 # $FreeBSD$
 
 PORTNAME=	uptimed
-PORTVERSION=	0.3.16
-PORTREVISION=	2
+PORTVERSION=	0.3.17
 CATEGORIES=	sysutils
 MASTER_SITES=	http://podgorny.cz/uptimed/releases/ \
 		http://www.predatorlabs.net/dl/
@@ -14,27 +10,34 @@ MASTER_SITES=	http://podgorny.cz/uptimed
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Uptime daemon
 
-MAKE_JOBS_SAFE=	yes
+LICENSE=	GPLv2
 
-USE_RC_SUBR=	${PORTNAME}
-USE_LDCONFIG=	yes
 USE_BZIP2=	yes
-GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_AUTOTOOLS=	libtool aclocal
+USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
+LIBTOOLIZE_ARGS=--copy --force
 ACLOCAL_ARGS=	# empty
+AUTOMAKE_ARGS=	--copy --add-missing --foreign
+USE_LDCONFIG=	yes
+MAKE_JOBS_SAFE=	yes
+
+USE_RC_SUBR=	${PORTNAME}
 
 MAN1=		uprecords.1
 MAN8=		uptimed.8
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/lib/sendmail|/usr/sbin/sendmail|' ${WRKSRC}/etc/uptimed.conf-dist
-	@${REINPLACE_CMD} -e 's|/var/run/uptimed|/var/run/uptimed.pid|' ${WRKSRC}/etc/uptimed.conf-dist
+	@${REINPLACE_CMD} -e \
+		's|/usr/lib/sendmail|/usr/sbin/sendmail| ; \
+		 s|/var/run/uptimed|/var/run/uptimed.pid|' \
+		${WRKSRC}/etc/uptimed.conf-dist
 
 post-install:
-	${MKDIR} ${PREFIX}/www/cgi-bin
-	${MKDIR} /var/spool/uptimed
-	${INSTALL_PROGRAM}	${PREFIX}/bin/uprecords ${PREFIX}/www/cgi-bin/uprecords.cgi
-	${INSTALL_DATA}		${WRKSRC}/sample-cgi/* ${PREFIX}/www/cgi-bin/
+	@${MKDIR} ${PREFIX}/www/cgi-bin
+	(cd ${PREFIX}/bin && ${INSTALL_PROGRAM} uprecords \
+		${PREFIX}/www/cgi-bin/uprecords.cgi)
+	(cd ${WRKSRC}/sample-cgi && ${INSTALL_DATA} * \
+		${PREFIX}/www/cgi-bin)
+	@${MKDIR} /var/spool/uptimed
 
 .include <bsd.port.mk>

Modified: head/sysutils/uptimed/distinfo
==============================================================================
--- head/sysutils/uptimed/distinfo	Tue Feb  5 09:15:13 2013	(r311678)
+++ head/sysutils/uptimed/distinfo	Tue Feb  5 09:15:50 2013	(r311679)
@@ -1,2 +1,2 @@
-SHA256 (uptimed-0.3.16.tar.bz2) = f508ff5e98fab9c1bc0c342bf03cc6d1c01a24f2c7ab7ea8fcbfda477e16b12b
-SIZE (uptimed-0.3.16.tar.bz2) = 197338
+SHA256 (uptimed-0.3.17.tar.bz2) = 524ce8984c0d0a780a32025ba3ffb980e5eec3d78e65cf68c91edec7fe833a06
+SIZE (uptimed-0.3.17.tar.bz2) = 269102
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"