Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 09:04:29 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346278 - head/audio/asmix
Message-ID:  <201402270904.s1R94TvS042441@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402270904.s1R94TvS042441>