From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 09:04:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70C2A9D7; Thu, 27 Feb 2014 09:04:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40BFD1D08; Thu, 27 Feb 2014 09:04:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1R94U1O042448; Thu, 27 Feb 2014 09:04:30 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1R94TvS042441; Thu, 27 Feb 2014 09:04:29 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402270904.s1R94TvS042441@svn.freebsd.org> From: Martin Wilke Date: Thu, 27 Feb 2014 09:04:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346278 - head/audio/asmix 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.17 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: Thu, 27 Feb 2014 09:04:30 -0000 Author: miwi Date: Thu Feb 27 09:04:29 2014 New Revision: 346278 URL: http://svnweb.freebsd.org/changeset/ports/346278 QAT: https://qat.redports.org/buildarchive/r346278/ Log: - Update MASTER_SITES and WWW: line PR: 187050 Submitted by: Ports Fury Modified: head/audio/asmix/Makefile head/audio/asmix/pkg-descr Modified: head/audio/asmix/Makefile ============================================================================== --- head/audio/asmix/Makefile Thu Feb 27 09:03:51 2014 (r346277) +++ head/audio/asmix/Makefile Thu Feb 27 09:04:29 2014 (r346278) @@ -3,15 +3,15 @@ PORTNAME= asmix PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio afterstep -MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/ +MASTER_SITES= http://tigr.net/afterstep/download/asmix/ \ + http://www.sourcefiles.org/Utilities/Console/A-B/ MAINTAINER= ports@FreeBSD.org COMMENT= Volume control dock-app for the AfterStep Window Manager -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-07 +LICENSE= GPLv2 USE_XORG= xpm x11 GNU_CONFIGURE= yes @@ -19,14 +19,21 @@ CONFIGURE_ARGS= --with-xpm \ --with-xpm-includes=${LOCALBASE}/include \ --with-xpm-library=${LOCALBASE}/lib -NO_STAGE= yes -MAN1= ${PORTNAME}.1x -PLIST_FILES= bin/asmix +PLIST_FILES= bin/asmix man/man1/asmix.1.gz post-patch: -.for file in asmix.c configure autoconf/config.h.in +.for i in asmix.c configure autoconf/config.h.in @${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g ; \ - s|MACHINE_SOUNDCARD|SYS_SOUNDCARD|g' ${WRKSRC}/${file} + s|MACHINE_SOUNDCARD|SYS_SOUNDCARD|g' ${WRKSRC}/${i} .endfor +post-build: + @${LN} -sf asmix.man ${WRKSRC}/asmix.1 + +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} asmix \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} asmix.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) + .include Modified: head/audio/asmix/pkg-descr ============================================================================== --- head/audio/asmix/pkg-descr Thu Feb 27 09:03:51 2014 (r346277) +++ head/audio/asmix/pkg-descr Thu Feb 27 09:04:29 2014 (r346278) @@ -2,4 +2,4 @@ The asmix utility is a volume control kn window manager especially. The knob can be used to adjust the master volume of your sound card. -WWW: http://www.tigr.net/afterstep/ +WWW: http://tigr.net/afterstep/