svn commit: r357131 - head/misc/podsleuth
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jun 9 10:32:44 UTC 2014
Author: bapt
Date: Mon Jun 9 10:32:43 2014
New Revision: 357131
URL: http://svnweb.freebsd.org/changeset/ports/357131
QAT: https://qat.redports.org/buildarchive/r357131/
Log:
Stagify
Mark package as jobs unsafe
Convert to USES=mono
Fix plist
Modified:
head/misc/podsleuth/Makefile
head/misc/podsleuth/pkg-plist
Modified: head/misc/podsleuth/Makefile
==============================================================================
--- head/misc/podsleuth/Makefile Mon Jun 9 10:32:17 2014 (r357130)
+++ head/misc/podsleuth/Makefile Mon Jun 9 10:32:43 2014 (r357131)
@@ -8,21 +8,19 @@ CATEGORIES= misc
MASTER_SITES= http://download.banshee.fm/${PORTNAME}/${PORTVERSION}/
MAINTAINER= mono at FreeBSD.org
-COMMENT= A tool to discover detailed model information about an iPod
+COMMENT= Tool to discover detailed model information about an iPod
-LIB_DEPENDS= sgutils2.2:${PORTSDIR}/sysutils/sg3_utils \
- hal.1:${PORTSDIR}/sysutils/hal
-BUILD_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono \
- ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus
-RUN_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono \
- ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus
+LIB_DEPENDS= libsgutils2.so:${PORTSDIR}/sysutils/sg3_utils \
+ libhal.so:${PORTSDIR}/sysutils/hal
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus
CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
-USES= gmake pkgconfig pathfix
+USES= gmake mono pkgconfig pathfix
+MAKE_JOBS_UNSAFE= yes
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \
${WRKSRC}/src/PodSleuth.Hal/hal-podsleuth.in \
Modified: head/misc/podsleuth/pkg-plist
==============================================================================
--- head/misc/podsleuth/pkg-plist Mon Jun 9 10:32:17 2014 (r357130)
+++ head/misc/podsleuth/pkg-plist Mon Jun 9 10:32:43 2014 (r357131)
@@ -9,4 +9,3 @@ libdata/pkgconfig/podsleuth.pc
libexec/hal-podsleuth
share/hal/fdi/policy/20thirdparty/20-podsleuth.fdi
@dirrmtry lib/podsleuth
- at dirrmtry lib/hal
More information about the svn-ports-all
mailing list