CVS log for ports/audio/gnupod/Makefile
Up to [FreeBSD] / ports / audio / gnupod
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:37:08 2012 UTC (2 weeks, 6 days ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Jun 18 09:19:53 2010 UTC (19 months, 3 weeks ago) by linimon
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Reset david@trucs.org, who currently does not have time to work on these ports. Hat: portmgr
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Feb 28 02:43:18 2010 UTC (23 months, 1 week ago) by wen
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
- Update to 0.99.8 PR: ports/143632 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer(timeout, > 20 days) Feature safe: yes
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jan 29 14:52:19 2010 UTC (2 years ago) by kuriyama
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -3 lines
- Remove unneeded dependencies which is in perl-5.8.9 dist (part 19; last!). Approved by: portmgr (itetcu)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Mar 5 21:41:44 2009 UTC (2 years, 11 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
- Switch to p5-Getopt-Long (p5-Getopt-Mixed is long since deprecated) PR: ports/131887 Submitted by: wxs Approved by: maintainer timeout
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jan 14 09:12:38 2009 UTC (3 years ago) by miwi
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
- Update to 0.99.7 PR: 130096 Submitted by: Dennis Herrmann <adox@mcx2.org> Approved by: maintainer
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Nov 29 22:36:28 2008 UTC (3 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
- Add dependency on Digest::SHA1, it's no longer pulled in via Digest::MD5 Reported by: pointyhat
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri May 2 19:27:35 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +10 -10 lines
- Update to 0.99.6 PR: 123299 Submitted by: David <david@trucs.org> (maintainer)
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Sep 8 00:51:18 2007 UTC (4 years, 5 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -5 lines
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+. Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:30 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue May 29 07:22:08 2007 UTC (4 years, 8 months ago) by lwhsu
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +14 -2 lines
- Update gnupod to 0.99.2 - Add FLAC support (option) PR: 112466 Submitted by: "David" <david AT trucs.org> (maintainer) Approved by: clsung (mentor, implicitly)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Nov 29 11:41:52 2006 UTC (5 years, 2 months ago) by shaun
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
- Update maintainer's e-mail address. [1] - Pet portlint(1) while here. PR: ports/105999 [1] Submitted by: David Le Brun <david@trucs.org> (maintainer) [1]
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jun 7 12:07:06 2006 UTC (5 years, 8 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Update to 0.99 PR: ports/97664 Submitted by: miwi Approved by: krion (mentor), maintainer
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jan 4 05:42:37 2006 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
[Maintainer Update] audio/gnupod : Fix pkg-plist (noticed by Kris via pointyhat) PR: ports/91280 Submitted by: David Le Brun <david@dyn-ns.net>
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Nov 22 12:49:05 2005 UTC (6 years, 2 months ago) by mnag
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +8 -2 lines
Update to 0.98.3 (Now requires perl >= 5.8) PR: 89283 Submitted by: David Le Brun <david@dyn-ns.net> (maintainer)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Apr 3 21:02:32 2005 UTC (6 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
- Update to ports/79507 PR: ports/79507 Submitted by: David Le Brun <david@dyn-ns.net> (maintainer)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Nov 28 16:10:02 2004 UTC (7 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
- Update to 0.96 PR: ports/74343 Submitted by: David Le Brun <david@dyn-ns.net> (maintainer)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 8 18:41:52 2004 UTC (7 years, 7 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -2 lines
- Update to 0.95 PR: ports/68744 Submitted by: David Le Brun <david@dyn-ns.net> (maintainer)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri May 7 07:51:12 2004 UTC (7 years, 9 months ago) by krion
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -0 lines
- Fix dependencies PR: ports/66341 Submitted by: maintainer
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun May 2 00:23:49 2004 UTC (7 years, 9 months ago) by petef
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -2 lines
- update to 0.94 - fix pkg-plist PR: 65938 Submitted by: maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 9 16:03:35 2003 UTC (8 years, 3 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_10_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -7 lines
This is a massive update : - *COMPLETE* rewrite of GNUpod (cleaner code, faster, less memory needed) - Real support of Unicode - Remove XML::Simple depency in favor of XML::Parser - Support of SmartPlaylists (beta) - Many bugs fixed and many new features PR: 59053 Submitted By: MAINTAINER
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 24 12:01:12 2003 UTC (8 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5 lines
utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Aug 16 10:35:20 2003 UTC (8 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -0 lines
Utilize INFO
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 22 17:02:17 2003 UTC (8 years, 8 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -1 lines
This port has been removed from CPAN. Newer version of File::Copy is included into perl distribution. PR: 52524 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 20 21:25:14 2003 UTC (8 years, 9 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Fix breakage on packaging. PR: ports/51180 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 18 06:48:07 2003 UTC (8 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -4 lines
[MAINTENER UPDATE] audio/gnupod to 0.28 Change the MASTER_SITES to gnu.org (and mirrors) Update gnupod to 0.28 - tunes2pod.pl has better support of various iTunesDB (especially with Ehpod) - mktunes.pl is now *much* faster PR: ports/50054 Submitted by: David LE BRUN <david@dyn-ns.net>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 5 10:28:21 2003 UTC (8 years, 11 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +9 -7 lines
Update to gnupod 0.27 PR: ports/48854 Submitted by: David LE BRUN <david@dyn-ns.net> (maintainer)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Feb 21 10:59:28 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
De-pkg-comment.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 28 22:15:44 2003 UTC (9 years ago) by sumikawa
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -18 lines
Upgrade to 0.26. Reviewd and approved by: maintainer
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 15 16:38:04 2003 UTC (9 years ago) by sumikawa
Branches: MAIN
Add gnupod 0.25, a set of Perl scripts for using an Apple iPod. PR: 45875 Submitted by: David Le Brun <david@dyn-ns.net>
