svn commit: r507691 - head/audio/alsa-plugins

Jan Beich jbeich at FreeBSD.org
Wed Jul 31 02:37:35 UTC 2019


Author: jbeich
Date: Wed Jul 31 02:37:35 2019
New Revision: 507691
URL: https://svnweb.freebsd.org/changeset/ports/507691

Log:
  audio/alsa-plugins: drop unnecessary newline after r505839
  
  - Wasn't approved i.e., explicitly requested to not add it
  - portlint style frequently changes and isn't mandatory to follow
  - Newline here is dubious compared to putting USE/USES at the top
    of the section for better visibility

Modified:
  head/audio/alsa-plugins/Makefile   (contents, props changed)

Modified: head/audio/alsa-plugins/Makefile
==============================================================================
--- head/audio/alsa-plugins/Makefile	Wed Jul 31 01:27:54 2019	(r507690)
+++ head/audio/alsa-plugins/Makefile	Wed Jul 31 02:37:35 2019	(r507691)
@@ -16,7 +16,6 @@ LICENSE=	LGPL21+
 LIB_DEPENDS=	libasound.so:audio/alsa-lib
 
 USES=		alias libtool:keepla localbase pkgconfig tar:bzip2
-
 GNU_CONFIGURE=	yes
 EXTRA_PATCHES+=	${FILESDIR}/alsa-plugins.patch
 INSTALL_TARGET=	install-strip


More information about the svn-ports-head mailing list