diff options
author | pav <pav@FreeBSD.org> | 2009-06-15 04:37:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-15 04:37:44 +0800 |
commit | b556eb1ffe24a36be2525ab7b6b8b73cf738d0a6 (patch) | |
tree | f3e2716e254c4a04292b2fe5470c7e2b7af4386f /www/youtube_dl | |
parent | e74b707081b60c8ce6b71cfef2afff0208a4f2cc (diff) | |
download | freebsd-ports-gnome-b556eb1ffe24a36be2525ab7b6b8b73cf738d0a6.tar.gz freebsd-ports-gnome-b556eb1ffe24a36be2525ab7b6b8b73cf738d0a6.tar.zst freebsd-ports-gnome-b556eb1ffe24a36be2525ab7b6b8b73cf738d0a6.zip |
- Unbreak. The previous version of the port was completely wrong
With hat: portmgr
Diffstat (limited to 'www/youtube_dl')
-rw-r--r-- | www/youtube_dl/Makefile | 5 | ||||
-rw-r--r-- | www/youtube_dl/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index 1fe891fae30f..256cf8b4c883 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -9,9 +9,10 @@ PORTNAME= youtube_dl PORTVERSION= 2009.05.30 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://bitbucket.org/rg3/youtube-dl/raw/ -DISTNAME= ${PORTVERSION}/youtube-dl +MASTER_SITES= http://bitbucket.org/rg3/youtube-dl/raw/${PORTVERSION}/ +DISTNAME= youtube-dl EXTRACT_SUFX= +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= MAINTAINER= araujo@FreeBSD.org diff --git a/www/youtube_dl/distinfo b/www/youtube_dl/distinfo index c9633e54fd06..f7543454f233 100644 --- a/www/youtube_dl/distinfo +++ b/www/youtube_dl/distinfo @@ -1,3 +1,3 @@ -MD5 (2009.05.30/youtube-dl) = d2a12620b5b66da703d2b26ebb61becd -SHA256 (2009.05.30/youtube-dl) = 52d1487ed0e4b47ab8bc022c61a7d2161450c2ce25e3f9b10aca9cea2a062855 -SIZE (2009.05.30/youtube-dl) = 40900 +MD5 (youtube_dl/2009.05.30/youtube-dl) = d2a12620b5b66da703d2b26ebb61becd +SHA256 (youtube_dl/2009.05.30/youtube-dl) = 52d1487ed0e4b47ab8bc022c61a7d2161450c2ce25e3f9b10aca9cea2a062855 +SIZE (youtube_dl/2009.05.30/youtube-dl) = 40900 |