svn commit: r560721 - head/multimedia/libdvdnav

Ganael LAPLANCHE martymac at FreeBSD.org
Thu Jan 7 16:11:29 UTC 2021


Author: martymac
Date: Thu Jan  7 16:11:28 2021
New Revision: 560721
URL: https://svnweb.freebsd.org/changeset/ports/560721

Log:
  Small port cleanup
  
  - Clean up master sites
  - Remove useless dependency to gmake
  - Add a license file

Modified:
  head/multimedia/libdvdnav/Makefile

Modified: head/multimedia/libdvdnav/Makefile
==============================================================================
--- head/multimedia/libdvdnav/Makefile	Thu Jan  7 16:10:12 2021	(r560720)
+++ head/multimedia/libdvdnav/Makefile	Thu Jan  7 16:11:28 2021	(r560721)
@@ -4,21 +4,19 @@
 PORTNAME=	libdvdnav
 PORTVERSION=	6.1.0
 CATEGORIES=	multimedia
-MASTER_SITES=	http://download.videolan.org/pub/videolan/libdvdnav/${PORTVERSION}/ \
-		http://dvdnav.mplayerhq.hu/releases/ \
-		http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
-		LOCAL/martymac
+MASTER_SITES=	https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/
 
 MAINTAINER=	martymac at FreeBSD.org
 COMMENT=	Videolan version of the libdvdnav project
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libdvdread.so:multimedia/libdvdread
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		tar:bz2 gmake libtool pathfix pkgconfig
+USES=		libtool pathfix pkgconfig tar:bz2
 USE_CSTD=	c99
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list