svn commit: r502958 - in head/audio/nas: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed May 29 14:05:27 UTC 2019


Author: danfe
Date: Wed May 29 14:05:25 2019
New Revision: 502958
URL: https://svnweb.freebsd.org/changeset/ports/502958

Log:
  Annotate example configuration file as @sample and thus get rid of
  pkg-message which merely suggested that "it should work fine as is".

Deleted:
  head/audio/nas/files/pkg-message.in
Modified:
  head/audio/nas/Makefile
  head/audio/nas/pkg-plist

Modified: head/audio/nas/Makefile
==============================================================================
--- head/audio/nas/Makefile	Wed May 29 12:59:07 2019	(r502957)
+++ head/audio/nas/Makefile	Wed May 29 14:05:25 2019	(r502958)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nas
 PORTVERSION=	1.9.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}%20%28stable%29
 EXTRACT_SUFX=	.src.tar.gz
@@ -19,8 +19,6 @@ USE_XORG=	x11 xext xt xau sm ice xp xpm xmu xaw
 USE_LDCONFIG=	yes
 MAKE_ENV+=	COMPRESS_CMD="${COMPRESS_CMD:S/c//}"
 MAKE_JOBS_UNSAFE=	yes
-
-SUB_FILES=	pkg-message
 
 .include <bsd.port.pre.mk>
 

Modified: head/audio/nas/pkg-plist
==============================================================================
--- head/audio/nas/pkg-plist	Wed May 29 12:59:07 2019	(r502957)
+++ head/audio/nas/pkg-plist	Wed May 29 14:05:25 2019	(r502958)
@@ -16,7 +16,7 @@ bin/issndfile
 bin/nasd
 bin/playbucket
 bin/soundtoh
-etc/nasd.conf.eg
+ at sample etc/nasd.conf.eg etc/nasd.conf
 include/audio/8svx.h
 include/audio/Afuncproto.h
 include/audio/Afuncs.h


More information about the svn-ports-all mailing list