svn commit: r328346 - head/ports-mgmt/fbsdmon
Grzegorz Blach
gblach at FreeBSD.org
Thu Sep 26 09:41:22 UTC 2013
Author: gblach
Date: Thu Sep 26 09:41:21 2013
New Revision: 328346
URL: http://svnweb.freebsd.org/changeset/ports/328346
Log:
- Bump PORTREVISION to chase devel/jansson shlib change
- Convert to new LIB_DEPENDS syntax
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Modified:
head/ports-mgmt/fbsdmon/Makefile
Modified: head/ports-mgmt/fbsdmon/Makefile
==============================================================================
--- head/ports-mgmt/fbsdmon/Makefile Thu Sep 26 09:16:15 2013 (r328345)
+++ head/ports-mgmt/fbsdmon/Makefile Thu Sep 26 09:41:21 2013 (r328346)
@@ -3,25 +3,25 @@
PORTNAME= fbsdmon
PORTVERSION= 1.00
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= ports-mgmt sysutils
MASTER_SITES= LOCAL/gblach/
MAINTAINER= gblach at FreeBSD.org
COMMENT= Submit system and ports statistics to fbsdmon.org
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
- jansson:${PORTSDIR}/devel/jansson
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
+ libjansson.so:${PORTSDIR}/devel/jansson
SUB_FILES= 600.fbsdmon pkg-message
USE_RC_SUBR= fbsdmon
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/fbsdmon ${PREFIX}/sbin
- ${MKDIR} /var/db/fbsdmon
- ${MKDIR} ${PREFIX}/etc/periodic/weekly
- ${INSTALL_SCRIPT} ${WRKDIR}/600.fbsdmon ${PREFIX}/etc/periodic/weekly
+ ${INSTALL_PROGRAM} ${WRKSRC}/fbsdmon ${STAGEDIR}${PREFIX}/sbin
+ ${MKDIR} ${STAGEDIR}/var/db/fbsdmon
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/weekly
+ ${INSTALL_SCRIPT} ${WRKDIR}/600.fbsdmon \
+ ${STAGEDIR}${PREFIX}/etc/periodic/weekly
post-install:
@${CAT} ${PKGMESSAGE}
More information about the svn-ports-all
mailing list