diff options
author | billf <billf@FreeBSD.org> | 2000-07-07 12:02:59 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-07-07 12:02:59 +0800 |
commit | c5c686d3d6ebc1673b0dfb206a586f8fbf0821c2 (patch) | |
tree | a81e47a6e85bf9584b01c66aec9b5e9d7e02d9d0 /multimedia | |
parent | 14822c3b7dfccba55040834a6301cb6988a84a9b (diff) | |
download | freebsd-ports-gnome-c5c686d3d6ebc1673b0dfb206a586f8fbf0821c2.tar.gz freebsd-ports-gnome-c5c686d3d6ebc1673b0dfb206a586f8fbf0821c2.tar.zst freebsd-ports-gnome-c5c686d3d6ebc1673b0dfb206a586f8fbf0821c2.zip |
Upgrade to 1.1.1.3 and use ${PORTVERSION} stuff to make this easier to
upgrade in the future.
Approved by: kris (MAINTAINER)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mtv/Makefile | 7 | ||||
-rw-r--r-- | multimedia/mtv/distinfo | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/mtv/Makefile b/multimedia/mtv/Makefile index 1fbd369a37ad..dc6da0ef6a4c 100644 --- a/multimedia/mtv/Makefile +++ b/multimedia/mtv/Makefile @@ -6,17 +6,16 @@ # PORTNAME= mtv -PORTVERSION= 1.1.1.1 - +PORTVERSION= 1.1.1.3 CATEGORIES= graphics linux MASTER_SITES= ftp://ftp.mpegtv.com/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc/packages/TGZ/ -DISTFILES= mtv-1.1.1.1.tar.gz libSDLx11.so.tar.gz +DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz libSDLx11.so.tar.gz MAINTAINER= kris@FreeBSD.org RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base -EXTRACT_ONLY= mtv-1.1.1.1.tar.gz +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz NO_PACKAGE= "No redistribution" NO_CDROM= "No redistribution" NO_BUILD= yes diff --git a/multimedia/mtv/distinfo b/multimedia/mtv/distinfo index acb312549250..f2a81e4f19fd 100644 --- a/multimedia/mtv/distinfo +++ b/multimedia/mtv/distinfo @@ -1,2 +1,2 @@ -MD5 (mtv-1.1.1.1.tar.gz) = f3ab0bd0c3b6a0078fb1b6de904ab398 +MD5 (mtv-1.1.1.3.tar.gz) = 031224a4aac4c7d6427b0028a64c1c56 MD5 (libSDLx11.so.tar.gz) = 3b84f7200010b56c08b8608d5fba2cdb |