Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2021 16:11:28 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560721 - head/multimedia/libdvdnav
Message-ID:  <202101071611.107GBS5r053273@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101071611.107GBS5r053273>