diff options
author | ahze <ahze@FreeBSD.org> | 2007-10-08 23:38:26 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-10-08 23:38:26 +0800 |
commit | 76418656722f53b4b558d328442efb3208979a9d (patch) | |
tree | c4b0069532c50ae16ddda7884a7e2737e250f485 /multimedia/mpeg4ip-libmp4v2/Makefile | |
parent | 2f52a21eb6ac651f7201d5fb3678b543d6412393 (diff) | |
download | freebsd-ports-gnome-76418656722f53b4b558d328442efb3208979a9d.tar.gz freebsd-ports-gnome-76418656722f53b4b558d328442efb3208979a9d.tar.zst freebsd-ports-gnome-76418656722f53b4b558d328442efb3208979a9d.zip |
Update to 1.6.1
Diffstat (limited to 'multimedia/mpeg4ip-libmp4v2/Makefile')
-rw-r--r-- | multimedia/mpeg4ip-libmp4v2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/mpeg4ip-libmp4v2/Makefile b/multimedia/mpeg4ip-libmp4v2/Makefile index 41881b13e253..2fc03806881a 100644 --- a/multimedia/mpeg4ip-libmp4v2/Makefile +++ b/multimedia/mpeg4ip-libmp4v2/Makefile @@ -6,10 +6,12 @@ # PORTNAME= mpeg4ip -PORTVERSION= 1.6 +PORTVERSION= 1.6.1 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= LOCAL/ahze +# http://sourceforge.net/forum/forum.php?thread_id=1839453&forum_id=59136 +#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +#MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -libmp4v2 MAINTAINER= multimedia@FreeBSD.org |