svn commit: r399553 - in head/audio/icecast2: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:07:27 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:07:24 2015
New Revision: 399553
URL: https://svnweb.freebsd.org/changeset/ports/399553

Log:
  - Add LICENSE_FILE
  - Cleanup Makefile
  - Pet portlint: fix diff header of patch files

Modified:
  head/audio/icecast2/Makefile
  head/audio/icecast2/files/patch-conf-Makefile.in

Modified: head/audio/icecast2/Makefile
==============================================================================
--- head/audio/icecast2/Makefile	Sat Oct 17 18:07:18 2015	(r399552)
+++ head/audio/icecast2/Makefile	Sat Oct 17 18:07:24 2015	(r399553)
@@ -18,6 +18,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Streaming mp3/ogg-vorbis audio server
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libshout.so:${PORTSDIR}/audio/libshout \
@@ -28,7 +29,6 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 
 OPTIONS_DEFINE=	DOCS
 
-CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ENV=	OGG_PREFIX=${LOCALBASE}
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}

Modified: head/audio/icecast2/files/patch-conf-Makefile.in
==============================================================================
--- head/audio/icecast2/files/patch-conf-Makefile.in	Sat Oct 17 18:07:18 2015	(r399552)
+++ head/audio/icecast2/files/patch-conf-Makefile.in	Sat Oct 17 18:07:24 2015	(r399553)
@@ -1,5 +1,5 @@
---- conf/Makefile.in.orig	2008-05-30 08:58:57.000000000 +0900
-+++ conf/Makefile.in	2010-05-14 17:36:16.000000000 +0900
+--- conf/Makefile.in.orig	2008-05-29 23:58:57 UTC
++++ conf/Makefile.in
 @@ -407,8 +407,7 @@
 
  install-data-hook:


More information about the svn-ports-head mailing list