svn commit: r513003 - head/audio/nas

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 27 07:28:53 UTC 2019


Author: bapt
Date: Fri Sep 27 07:28:53 2019
New Revision: 513003
URL: https://svnweb.freebsd.org/changeset/ports/513003

Log:
  Drop uneeded dependency on deprecated libXP
  Add xorg to USES
  
  PR:		240836
  Submitted by:	zeising

Modified:
  head/audio/nas/Makefile

Modified: head/audio/nas/Makefile
==============================================================================
--- head/audio/nas/Makefile	Fri Sep 27 06:18:32 2019	(r513002)
+++ head/audio/nas/Makefile	Fri Sep 27 07:28:53 2019	(r513003)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nas
 PORTVERSION=	1.9.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}%20%28stable%29
 EXTRACT_SUFX=	.src.tar.gz
@@ -11,11 +11,11 @@ EXTRACT_SUFX=	.src.tar.gz
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Network Audio System
 
-USES=		imake perl5 shebangfix
+USES=		imake perl5 shebangfix xorg
 SHEBANG_FILES=	clients/audio/auscope/auscope
 USE_PERL5=	run
 USE_CSTD=	gnu89
-USE_XORG=	x11 xext xt xau sm ice xp xpm xmu xaw
+USE_XORG=	x11 xext xt xau sm ice xpm xmu xaw
 USE_LDCONFIG=	yes
 MAKE_ENV+=	COMPRESS_CMD="${COMPRESS_CMD:S/c//}"
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list