From owner-svn-ports-all@FreeBSD.ORG Tue Feb 5 09:11:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E6148281; Tue, 5 Feb 2013 09:11:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A900AF4; Tue, 5 Feb 2013 09:11:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r159BKK6009594; Tue, 5 Feb 2013 09:11:20 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r159BKSn009592; Tue, 5 Feb 2013 09:11:20 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201302050911.r159BKSn009592@svn.freebsd.org> From: Martin Wilke Date: Tue, 5 Feb 2013 09:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311676 - in head/audio/ifp-line: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 09:11:21 -0000 Author: miwi Date: Tue Feb 5 09:11:19 2013 New Revision: 311676 URL: http://svnweb.freebsd.org/changeset/ports/311676 Log: - Update to 0.38 PR: 175594 Submitted by: Ports Fury Deleted: head/audio/ifp-line/files/patch-Makefile Modified: head/audio/ifp-line/Makefile (contents, props changed) head/audio/ifp-line/distinfo (contents, props changed) Modified: head/audio/ifp-line/Makefile ============================================================================== --- head/audio/ifp-line/Makefile Tue Feb 5 09:10:32 2013 (r311675) +++ head/audio/ifp-line/Makefile Tue Feb 5 09:11:19 2013 (r311676) @@ -1,36 +1,47 @@ -# ex:ts=8 -# New ports collection makefile for: ifp-line -# Date created: Sep 21, 2004 -# Whom: riggs -# +# Created by: riggs # $FreeBSD$ -# PORTNAME= ifp-line -PORTVERSION= 0.2.4.6 +PORTVERSION= 0.3 CATEGORIES= audio MASTER_SITES= SF/ifp-driver/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Command line interface to iRiver music players -MAN1= ifp.1 +LICENSE= GPLv2 + +USE_ICONV= yes +USE_AUTOTOOLS= aclocal autoheader automake autoconf +ACLOCAL_ARGS= -I m4 +MAKE_JOBS_UNSAFE= yes + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +MAN1= ifp.1 +PORTDOCS= NEWS README TIPS nonroot.sh PLIST_FILES+= bin/ifp .include .if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb +.else +LDFLAGS+= -lusb .endif post-patch: -.if ${OSVERSION} >= 800069 - @${REINPLACE_CMD} -E -e 's,`libusb-config --cflags`,,g' \ - -e 's,`libusb-config --libs`,-lusb,g' ${WRKSRC}/Makefile -.endif + @${REINPLACE_CMD} -e \ + '/LIBUSB/s|ERROR|WARN|' ${WRKSRC}/configure.ac -post-install: - @${CAT} ${.CURDIR}/pkg-message +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ifp ${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} ifp.1 ${MANPREFIX}/man/man1) +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}) +.endif + @${CAT} ${PKGMESSAGE} .include Modified: head/audio/ifp-line/distinfo ============================================================================== --- head/audio/ifp-line/distinfo Tue Feb 5 09:10:32 2013 (r311675) +++ head/audio/ifp-line/distinfo Tue Feb 5 09:11:19 2013 (r311676) @@ -1,2 +1,2 @@ -SHA256 (ifp-line-0.2.4.6.tar.gz) = db2851958303b0b67167c1f5ad13dae78af4dd8da95e23fcc15272e90424f776 -SIZE (ifp-line-0.2.4.6.tar.gz) = 24699 +SHA256 (ifp-line-0.3.tar.gz) = 2d44807abbd5d2202d253b550b867dfa3776a71bf6d3f202b0f1254e66325257 +SIZE (ifp-line-0.3.tar.gz) = 138272