notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
youtube_dl Program for downloading videos from various services
2023.03.14_1 www on this many watch lists=17 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2023.03.14Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Many extractors are brokena and upstream can't keep up, consider using www/yt-dlp
Expiration Date EXPIRATION DATE: 2024-03-31
Maintainer: multimedia@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-08-16 12:54:18
Last Update: 2024-03-03 19:34:28
Commit Hash: 407a3da
People watching this port, also watch:: curl, zip, sudo, ffmpeg, rsync
License: UNLICENSE
WWW:
https://yt-dl.org/
Description:
youtube-dl is a small command-line program for downloading videos from YouTube.com, metacafe.com, google video, photobucket videos, yahoo videos, dailymotion and others
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. bin/youtube-dl
  2. etc/bash_completion.d/youtube-dl.sh
  3. share/man/man1/youtube-dl.1.gz
  4. share/fish/vendor_completions.d/youtube-dl.fish
  5. share/zsh/site-functions/_youtube-dl
  6. /usr/local/share/licenses/youtube_dl-2023.03.14_1/catalog.mk
  7. /usr/local/share/licenses/youtube_dl-2023.03.14_1/LICENSE
  8. /usr/local/share/licenses/youtube_dl-2023.03.14_1/UNLICENSE
Collapse this list.
Dependency lines:
  • youtube_dl>0:www/youtube_dl
To install the port:
cd /usr/ports/www/youtube_dl/ && make install clean
To add the package, run one of these commands:
  • pkg install www/youtube_dl
  • pkg install youtube_dl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: youtube_dl
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1679299345 SHA256 (ytdl-org-youtube-dl-2023.03.14-6fece0a_GH0.tar.gz) = e6a57710bde2e7d137f28a6e829834281f2f0470675f99dcb9182088533aaa46 SIZE (ytdl-org-youtube-dl-2023.03.14-6fece0a_GH0.tar.gz) = 1638794

Packages (timestamps in pop-ups are UTC):
youtube_dl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2023.03.14_12023.03.14_12021.01.16---2021.01.08-
FreeBSD:13:quarterly2023.03.142023.03.14------
FreeBSD:14:latest2023.03.14_12023.03.14_12021.12.17-----
FreeBSD:14:quarterly2023.03.142023.03.14------
FreeBSD:15:latest-2023.03.14_1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pandoc : textproc/hs-pandoc
  2. gmake>=4.4.1 : devel/gmake
  3. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. rtmpdump : multimedia/rtmpdump
  2. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for youtube_dl-2023.03.14_1: FFMPEG=off: FFmpeg support (WMA, AIFF, AC3, APE...) RTMPDUMP=on: Use rtmpdump to download rtmp video streams ===> Use 'make config' to modify these settings
Options name:
www_youtube_dl
USES:
gmake python
pkg-message:
For install:
If you want to use mp3 audio conversion please make sure multimedia/ffmpeg is built with the "LAME" option enabled.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ytdl-org/youtube-dl/tar.gz/6fece0a?dummy=/
Collapse this list.

Number of commits found: 220 (showing only 100 on this page)

«  1 | 2 | 3  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2016.12.12_1
14 Dec 2016 11:59:58
Revision:428558Original commit files touched by this commit
araujo search for other commits by this committer
Update to 2016.12.12.

PR:		ports/215295
Submitted by:	takefu@airport.fm
2016.12.01_1
11 Dec 2016 15:22:47
Revision:428352Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016.12.01
05 Dec 2016 03:37:52
Revision:427831Original commit files touched by this commit
araujo search for other commits by this committer
Update to 2016.12.01.
2016.11.04
07 Nov 2016 12:33:35
Revision:425615Original commit files touched by this commit
araujo search for other commits by this committer
Update to 2016.11.06.

PR:		ports/214296
Submitted by:	jhale
2016.08.31
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016.08.31
01 Sep 2016 15:34:21
Revision:421236Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2016.08.31.
2016.06.26
27 Jun 2016 02:43:08
Revision:417629Original commit files touched by this commit
araujo search for other commits by this committer
Update to 2016.06.26.

PR:		ports/210577
Submitted by:	novel and cmt.
2016.06.12
14 Jun 2016 09:28:31
Revision:416883Original commit files touched by this commit
araujo search for other commits by this committer
Update to 2016.06.12.
2016.05.21.2
27 May 2016 04:35:40
Revision:415923Original commit files touched by this commit
araujo search for other commits by this committer
Update to 2016.05.21.2.
2016.05.10
19 May 2016 10:53:06
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
2016.05.10
16 May 2016 02:12:37
Revision:415299Original commit files touched by this commit
araujo search for other commits by this committer
Update to 2016.05.10.
2016.05.01
04 May 2016 03:05:16
Revision:414576Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2016.05.01.
2016.04.24
29 Apr 2016 00:54:14
Revision:414247Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2016.04.24.
- Regenerate patches.

PR:		ports/209140
Submitted by:	cpm
2016.03.01
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
2016.03.01
02 Mar 2016 09:30:24
Revision:409919Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2016.03.01.
2016.02.22
24 Feb 2016 06:01:21
Revision:409452Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2016.02.22.
2016.02.13
22 Feb 2016 08:21:48
Revision:409320Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2016.02.13.
2016.02.01
01 Feb 2016 17:57:03
Revision:407728Original commit files touched by this commit
araujo search for other commits by this committer
Update to 2016.02.01.
2016.01.29
01 Feb 2016 06:00:04
Revision:407681Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2016.01.29.
2016.01.15
20 Jan 2016 04:55:38
Revision:406730Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2016.01.15.
2016.01.14
15 Jan 2016 13:45:29
Revision:406158Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2016.01.14.

Sponsored by:	PortsCamp Taiwan.
2016.01.09
13 Jan 2016 04:11:24
Revision:406006Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2016.01.09.
2016.01.01
07 Jan 2016 01:49:49
Revision:405399Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2016.01.01.
2015.12.29_1
31 Dec 2015 01:41:55
Revision:404897Original commit files touched by this commit
araujo search for other commits by this committer
- Enabling by default the FISH/BASH/ZSH options, it will increase the
usability of youtube-dl installed via pkg.
- Bump PORTREVISION.

PR:		ports/205728
Submitted by:	Tobias Kortkamp <t@tobik.me>
2015.12.29
30 Dec 2015 08:16:14
Revision:404809Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2015.12.29.

Submitted by:	T.C.Berner <tcberner@gmail.com> (via email)
2015.12.23
29 Dec 2015 01:01:06
Revision:404712Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2015.12.23.

PR:		ports/205665
Submitted by:	me@janh.de
2015.11.27.1
05 Dec 2015 01:36:03
Revision:403017Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2015.11.27.1.
2015.11.24
24 Nov 2015 09:17:47
Revision:402350Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2015.11.24.

PR:		ports/204776
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2015.11.13
16 Nov 2015 02:17:45
Revision:401744Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2015.11.13.

PR:		ports/198306, ports/204538
Submitted by:	Barbara Guida <barbara.freebsd@gmail.com> (via email),
		bsduser <local@o2.pl>,
		Kurt Jaeger <pi@FreeBSD.org>
2015.08.28
18 Sep 2015 05:18:10
Revision:397222Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2015.08.28

PR:		202879
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2015.06.04.1
09 Jun 2015 18:30:34
Revision:388975Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2015.06.04.1
- Use OPTIONS_SUB
- Simplify Makefile
- Update and regenerate patch files

PR:		199994
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 34 days)
2015.03.03.1
06 Mar 2015 09:07:01
Revision:380578Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2015.03.03.1.
2015.01.25
28 Jan 2015 13:48:41
Revision:378059Original commit files touched by this commit
jbeich search for other commits by this committer
- Update to upstream version 2015.01.25 [1][2]
- Install FISH and ZSH completions [3]
- Remove BASH_DESC now that it's in bsd.options.desc.mk [3]
- Mark as NO_ARCH [4]

PR:		196298 [1]
PR:		196946 [2]
PR:		195399 [3]
PR:		195400 [4]
Differential Revision:	https://reviews.freebsd.org/D1689
Submitted by:	gblach [1], sunpoet [2]
Reviewed by:	bapt (mainly [3] and [4])
Approved by:	araujo (maintainer)
Approved by:	bapt (mentor)
2014.11.24
25 Nov 2014 08:23:05
Revision:373395Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2014.11.24.

PR:		195353
Submitted by:	sunpoet@
2014.09.29.2
01 Oct 2014 13:58:11
Revision:369727Original commit files touched by this commit
jhale search for other commits by this committer
- Update to 2014.09.29.2 [1][2]

PR:		193562 [1], 193713 [2] (based on)
Submitted by:	<neel@neelc.org> [1], <never@nevermind.kiev.ua> [2]
Approved by:	araujo (maintainer timeout, 3 weeks)
2014.08.10_1
28 Aug 2014 16:34:35
Revision:366432Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update USES=python: it works fine with Python 3.x [1]
- Fix shebang [2]
- Bump PORTREVISION for package change

With hat:	python [1]
Reported by:	ohauer [2]
2014.08.10
19 Aug 2014 16:51:15
Revision:365398Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2014.08.10
- Use USES=python

PR:		ports/192296
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 19 days)
2014.07.21
22 Jul 2014 11:04:04
Revision:362531Original commit files touched by this commit
pi search for other commits by this committer
www/youtube_dl: 2014.02.22.1 -> 2014.07.21

- new WWW: https://yt-dl.org/ in pkg-descr

PR:		191640
Submitted by:	cjpugmed@gmail.com
Approved by:	maintainer timeout
2014.02.22.1
24 Feb 2014 05:28:32
Revision:345780Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2014.02.22.1. [0]
- Disable the --update option that downloads content from a third
  party site and update it into youtube-dl. [1]

PR:		ports/186546 [0]
Submitted by:	Johannes Jost Meixner <xmj@chaot.net> [0]
		Matthias Apitz <guru@unixarea.de> [1]
		Waitman Gobble <uzimac@da3m0n8t3r.com> [1]
2014.01.23.4
26 Jan 2014 17:48:12
Revision:341248Original commit files touched by this commit
ak search for other commits by this committer
- Update to 2014.01.23.4

PR:	ports/185547 (based on)
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Approved by:	maintainer timeout (19 days)
2013.11.06
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2013.11.06
06 Nov 2013 20:03:17
Revision:333037Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2013.11.06
- Update MASTER_SITES
- Remove leading indefinite article from COMMENT
- Convert to new options helper
- Support STAGEDIR
- Update pkg-message after multimedia/ffmpeg-devel removal
- Update WWW

PR:		ports/183103
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 18 days)
2013.09.24.2_1
25 Oct 2013 11:21:13
Revision:331568Original commit files touched by this commit
wg search for other commits by this committer
www/youtube_dl: remove last reference to ffmpeg-devel

- Remove last reference to ffmpeg-devel

Approved by:	portmgr (bapt, implicit)
2013.09.24.2_1
27 Sep 2013 09:10:59
Revision:328444Original commit files touched by this commit
araujo search for other commits by this committer
- now it is stagify.
- bump PORTREVISION.

Submitted by:	Jimmy Olgeni <olgeni@olgeni.com>
2013.09.24.2
27 Sep 2013 03:33:19
Revision:328428Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2013.09.24.2.
- Add stage support.
2013.08.23
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
2013.08.23
26 Aug 2013 03:49:30
Revision:325369Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2013.08.23.
2013.07.23.1
24 Jul 2013 09:33:59
Revision:323584Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2013.07.23.1.
2013.07.12
12 Jul 2013 04:04:43
Revision:322812Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2013.07.12.
2013.05.10
24 May 2013 07:53:36
Revision:318919Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2013.05.10.

PR:		ports/177189 [based on]
Submitted by:	William Grzybowski <william88@gmail.com>
2013.02.02
19 Feb 2013 06:47:41
Revision:312544Original commit files touched by this commit
pclin search for other commits by this committer
- Update to 2013.02.02

PR:		ports/175827
Approved by:	araujo (mentor)
2013.01.28
29 Jan 2013 02:40:21
Revision:311145Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2013.01.28.
2013.01.13
21 Jan 2013 03:59:19
Revision:310749Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2013.01.13.
- Update MASTER_SITES and WWW line.
- Change the LICENSE from GPL2v to 'The Unlicense'.

PR:		ports/175436
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2012.12.11
17 Dec 2012 09:34:32
Revision:309073Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2012.12.11.
- Convert to OptionsNG.

PR:		ports/174455
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2012.09.27
03 Oct 2012 14:45:45
Revision:305205Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2012.09.27.
- Drops support for python 2.5.
- Switch to USE_GITHUB.

PR:		ports/172153
Submitted by:	"4721@hushmail.com" <4721@hushmail.com>
2012.02.27
06 Mar 2012 11:43:58
Original commit files touched by this commit
ehaupt search for other commits by this committer
Add an option to support audio conversion with ffmpeg. Also make a not that
ffmpeg needs to be built with the "LAME" option enabled. While here add LICENSE,
WWW and a few additional mirrors.

Approved by:    araujo (maintainer)
2012.02.27
03 Mar 2012 23:06:38
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2012.02.27.
2012.01.08b
15 Jan 2012 17:20:32
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2012.01.08b.
2011.10.19
19 Oct 2011 17:53:57
Original commit files touched by this commit
bf search for other commits by this committer
update to 2011.10.19

PR:             161563
Approved by:    araujo
2011.09.30
15 Oct 2011 12:14:22
Original commit files touched by this commit
itetcu search for other commits by this committer
Update to 2011.09.30

PR:             161563
Submitted by:   4720@hushmail.com
Approved by:    araujo@ (committed on his behalf)
2011.08.04
05 Aug 2011 09:32:30
Original commit files touched by this commit
bf search for other commits by this committer
revert to less concise expression

Requested by:   sunpoet
2011.08.04
04 Aug 2011 23:36:52
Original commit files touched by this commit
bf search for other commits by this committer
update to 2011-08-04

Approved by:    araujo
2011.03.29
25 Apr 2011 19:45:07
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2011.03.29.

PR:             ports/156360
Submitted by:   Barbara <barbara.xxx1975@libero.it>
2011.02.25c
27 Feb 2011 16:54:15
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2011.02.25c.
2011.01.30
13 Feb 2011 16:55:26
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2011.01.30.

PR:             ports/154654
Submitted by:   sunpoet@
2010.12.09
09 Dec 2010 22:33:57
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.12.09.

Reported by:    Michal Pietras <pietrasm@me.com>
2010.11.19
05 Dec 2010 15:20:05
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.11.19.
- Fix files downloaded that depends directly of rtmpdump.

PR:             ports/152452
Submitted by:   Jamie Landeg Jones <jamie@bishopston.net>
2010.10.24
11 Nov 2010 23:23:28
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.10.24.

PR:             ports/151839
Submitted by:   sunpoet@
2010.10.03
21 Oct 2010 15:37:48
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.10.03.
2010.08.04
19 Aug 2010 23:09:58
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.08.04.

PR:             ports/149777
Submitted by:   bf <bf1783@gmail.com>
2010.07.22
26 Jul 2010 01:17:23
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.07.22.

PR:             ports/148892
Submitted by:   Christoph Moench-Tegeder <cmt@burggraben.net>
2010.07.14
18 Jul 2010 15:54:37
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.07.14.

PR:             ports/148713
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010.06.06
26 Jun 2010 18:50:23
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.06.06.

PR:             ports/147834
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe:   YES
2010.04.04
05 Apr 2010 22:55:15
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.04.04.

PR:             ports/145404
Submitted by:   Christoph Moench-Tegeder <cmt@burggraben.net>
2010.03.13
18 Mar 2010 13:32:34
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.03.13.

PR:             ports/144665 (based on)
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010.02.13
17 Feb 2010 11:16:22
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.02.13.

PR:             ports/143956
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe:   yes
2010.01.19
26 Jan 2010 00:24:06
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2010.01.19.

PR:             ports/143003
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet__sunpoet.net>
2009.12.26
20 Jan 2010 00:44:09
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2009.12.26.

PR:             ports/142215
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet__sunpoet.net>
2009.09.13
23 Sep 2009 00:31:56
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2009.09.13.

Feature safe:   yes
2009.06.29
17 Jul 2009 17:40:58
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2009.06.29.
2009.05.30_1
15 Jun 2009 06:39:44
Original commit files touched by this commit
pav search for other commits by this committer
- Correct my previous fix

Reported by:    itetcu
Pointy hat to:  pav
2009.05.30_1
14 Jun 2009 20:37:44
Original commit files touched by this commit
pav search for other commits by this committer
- Unbreak. The previous version of the port was completely wrong

With hat:       portmgr
2009.05.30_1
13 Jun 2009 17:46:32
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2009.05.30.
- DISTNAME changed to be more sane.
2009.05.13_1
22 May 2009 19:21:43
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2009.05.13.
2009.04.25_1
11 May 2009 16:56:57
Original commit files touched by this commit
araujo search for other commits by this committer
- Update MASTER_SITES.

PR:             ports/134411
Submitted by:   Nikolaj Thygesen <mailinglist@diamondbox.dk>
2009.04.25_1
06 May 2009 00:28:19
Original commit files touched by this commit
araujo search for other commits by this committer
- Remove support for FFMPEG and FLV2MPEG4, the code was changed and
  these unofficial patchs aren't more applicable.
- From now on USE_PYTHON = 2.5+.
- Bump PORTREVISION.

Reported by:    barbara <barbara.xxx1975@libero.it>,
                Robert Huff <roberthuff@rcn.com>
2009.04.25
04 May 2009 13:27:09
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2009.04.25.

PR:             ports/134180
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2009.04.06_1
09 Apr 2009 01:27:27
Original commit files touched by this commit
araujo search for other commits by this committer
- Update MASTER_SITES.
- Update DISTFILE to the right version.
- Bump PORTREVISION.
2009.04.06
09 Apr 2009 01:13:48
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2009.04.06.
2009.02.07
07 Mar 2009 04:15:34
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2009.02.07.

PR:             ports/132375
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2008.11.01
09 Dec 2008 13:26:36
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 2008.11.01.
2008.08.09_1
29 Nov 2008 14:12:12
Original commit files touched by this commit
araujo search for other commits by this committer
- Take maintainership.
2008.08.09_1
29 Nov 2008 10:32:48
Original commit files touched by this commit
linimon search for other commits by this committer
Reset maintainer by request.
2008.08.09_1
12 Oct 2008 13:14:35
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix extra patch

Reported by:    "Herbert J. Skuhra" <h dot skuhra at gmail dot com
2008.08.09
11 Oct 2008 13:53:08
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 2008.08.09

PR:             127488
Submitted by:   "Eric L. Chen" <d9364104 at mail dot nchu dot edu dot tw>
Approved by:    maintainer timeout
2008.07.26
27 Jul 2008 20:16:39
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2008.07.26

PR:             125931
Submitted by:   Pankov Pavel <pankov_p@mail.ru> (maintainer)
2008.06.08
14 Jun 2008 08:41:42
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 2008.06.08

PR:             ports/124467
Submitted by:   Pankov Pavel <pankov_p at mail.ru> (maintainer)
2008.04.20
22 Apr 2008 00:44:54
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 2008.04.20
2008.04.07
11 Apr 2008 15:16:43
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2008.04.07

PR:             ports/122594
Submitted by:   Pankov Pavel <pankov_p@mail.ru> (maintainer)
2008.03.22
26 Mar 2008 13:04:05
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 2008.03.22

PR:             ports/122111
Submitted by:   Pankov Pavel <pankov_p at mail.ru> (maintainer)

Number of commits found: 220 (showing only 100 on this page)

«  1 | 2 | 3  »