[42016] trunk/dports/multimedia/mpeg2vidcodec/Portfile

devans at macports.org devans at macports.org
Thu Nov 13 08:25:04 PST 2008


Revision: 42016
          http://trac.macports.org/changeset/42016
Author:   devans at macports.org
Date:     2008-11-13 08:25:03 -0800 (Thu, 13 Nov 2008)
Log Message:
-----------
mpeg2vidcodec: lint, update homepage, master_sites, fix livecheck, add mode line.

Modified Paths:
--------------
    trunk/dports/multimedia/mpeg2vidcodec/Portfile

Modified: trunk/dports/multimedia/mpeg2vidcodec/Portfile
===================================================================
--- trunk/dports/multimedia/mpeg2vidcodec/Portfile	2008-11-13 16:21:57 UTC (rev 42015)
+++ trunk/dports/multimedia/mpeg2vidcodec/Portfile	2008-11-13 16:25:03 UTC (rev 42016)
@@ -1,4 +1,6 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
+
 PortSystem 1.0
 
 name		mpeg2vidcodec
@@ -10,9 +12,9 @@
 			13818-2 codec.  It converts uncompressed video \
 			frames into MPEG-1 and MPEG-2 video coded \
 			bitstream sequences, and vice versa.
-homepage	http://www.mpeg.org/MSSG/
-master_sites	ftp://ftp.mpeg.org/pub/mpeg/mssg/ \
-	http://fresh.t-systems-sfr.com/unix/src/misc/
+homepage	http://www.mpeg.org/MPEG/video/mssg-free-mpeg-software.html
+master_sites	http://www.mpeg.org/pub_ftp/mpeg/mssg/ \
+	        http://fresh.t-systems-sfr.com/unix/src/misc/
 distname	mpeg2
 distfiles	${name}_v12${extract.suffix}
 checksums	md5 4a66565979be0818bd8a41d948943451
@@ -20,7 +22,8 @@
 
 default_variants	+x11
 
-variant x11	{ depends_lib	lib:libX11:XFree86
+variant x11 description {Enable X11 support} {
+                  depends_lib	lib:libX11:XFree86
 		  build.args	USE_DISP=-DDISPLAY \
 			  	USE_SHMEM=-DSH_MEM \
 				LIBS="-lXext -lX11" \
@@ -41,3 +44,5 @@
 
 test.run	yes
 
+livecheck.check moddate
+livecheck.url   http://www.mpeg.org/pub_ftp/mpeg/mssg/${distfiles}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081113/5ed0e37d/attachment-0001.html>


More information about the macports-changes mailing list