notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/p5-Apache-MP3/Makefile
SVNWeb

Number of commits found: 39

Wed, 25 Jan 2023
[ 17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  40843b1  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 6 Oct 2018
[ 13:06 des search for other commits by this committer ] Original commit   Revision:481365 (Only the first 10 of 2492 ports in this commit are shown above. View all ports for this commit)
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
Sun, 11 Mar 2018
[ 17:38 brnrd search for other commits by this committer ] Original commit   Revision:464189 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Fri, 15 Dec 2017
[ 23:52 sunpoet search for other commits by this committer ] Original commit   Revision:456430
Add removed Perl core module

- Add NO_ARCH
- Bump PORTREVISION for dependency change

PR:		224258
Reported by:	Andrew Arensburger <arensb@ooblick.com>
Thu, 8 Dec 2016
[ 15:38 tijl search for other commits by this committer ] Original commit   Revision:428129 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 7 Nov 2013
[ 06:19 vanilla search for other commits by this committer ] Original commit   Revision:333065 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Support STAGEDIR.
Tue, 22 Oct 2013
[ 16:57 mat search for other commits by this committer ] Original commit   Revision:331301 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
Try and be consistent with what commands are silent and not in *install.

- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Fri, 2 Aug 2013
[ 18:52 mat search for other commits by this committer ] Original commit   Revision:324174 (Only the first 10 of 1871 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Sat, 18 Aug 2012
[ 14:29 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Thu, 28 Jun 2012
[ 18:54 az search for other commits by this committer ] Original commit 
- Remove SITE_PERL from *_DEPENDS
Wed, 6 Jun 2012
[ 06:19 az search for other commits by this committer ] Original commit 
- Revert my changes with SITE_PERL for ports which require mod_perl2.

Pointy hat:     az@
Reported by:    pav@
Tue, 5 Jun 2012
[ 07:44 az search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Remove SITE_PERL from *_DEPENDS
Sat, 21 Jan 2012
[ 17:40 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 1326 ports in this commit are shown above. View all ports for this commit)
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
Sun, 22 May 2011
[ 22:23 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
 mod_perl2 was updated, this changes are needet to prevent
 dependency loops

- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision

commit with hat apache@
Sun, 13 Dec 2009
[ 18:07 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
- Turn over a bunch of p5- ports that change infrequently to perl@
  so more people can look at them.
Wed, 22 Jul 2009
[ 16:27 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 263 ports in this commit are shown above. View all ports for this commit)
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
Sat, 27 Dec 2008
[ 21:01 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Claim maintainer for some unmainted apache/perl related ports that are *slow*
changing
Thu, 17 Apr 2008
[ 14:30 araujo search for other commits by this committer ] Original commit  (Only the first 10 of 2168 ports in this commit are shown above. View all ports for this commit)
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
Mon, 24 Sep 2007
[ 07:38 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Dominic is a new dad, and will be too busy for a while to work on ports.
Congratulations :-)
Wed, 12 Jul 2006
[ 21:30 rafan search for other commits by this committer ] Original commit 
- Chase contents change in p5-MP3-Info

PR:             ports/100148
Submitted by:   tjs <tjs cdpa.nsysu.edu.tw>
Approved by:    Dominic Mitchell <dom happygiraffe.net> (maintainer)
Mon, 17 Apr 2006
[ 17:49 philip search for other commits by this committer ] Original commit 
Update to 4.00.

Note: no longer supports Apache 1.x and mod_perl 1.x.

PR:             ports/95809
Submitted by:   Dominic Mitchell <dom -at- happygiraffe.net> (maintainer)
Fri, 10 Jun 2005
[ 10:42 philip search for other commits by this committer ] Original commit 
Unbreak after the mod_perl2 API dance.

Approved by:    krion (mentor), dom@happygiraffe.net (maintainer)
Tue, 17 May 2005
[ 17:18 sem search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Mark ports BROKEN when/if they depend on mod_perl2.
  With current mod_perl2 API change all old code *will* broken.
Tue, 28 Oct 2003
[ 15:44 erwin search for other commits by this committer ] Original commit 
Update to 3.05

PR:             58530
Submitted by:   maintainer
Fri, 24 Oct 2003
[ 14:15 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
[ 12:05 ijliao search for other commits by this committer ] Original commit  (Only the first 10 of 1501 ports in this commit are shown above. View all ports for this commit)
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Wed, 23 Jul 2003
[ 23:57 naddy search for other commits by this committer ] Original commit 
Make Apache::MP3 work under apache2 and mod_perl2.

PR:             54635
Submitted by:   Dominic Mitchell <dom@happygiraffe.net>
Thu, 5 Jun 2003
[ 08:52 erwin search for other commits by this committer ] Original commit 
Update to 3.04

PR:             52953
Submitted by:   maintainer
Approved by:    edwin (mentor)
Fri, 21 Feb 2003
[ 14:01 knu search for other commits by this committer ] Original commit  (Only the first 10 of 278 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Wed, 31 Jul 2002
[ 16:52 naddy search for other commits by this committer ] Original commit 
Update to 2.26.
Add support for streaming Ogg Vorbis and WAV files.

PR:             41162
Submitted by:   Dominic Mitchell <dom@happygiraffe.net>
Tue, 10 Jul 2001
[ 14:54 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
${PREFIX}/share/${PORTNAME} --> ${DATADIR}    
Mon, 11 Jun 2001
[ 16:06 kevlo search for other commits by this committer ] Original commit 
Update to version 2.18    
Thu, 10 May 2001
[ 10:34 vanilla search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Upgrade to latest version:   	p5-Apache-MP3		=>	2.16  
	p5-Convert-UUlib	=>	0.111   	p5-Email-Find		=>	0.03   	p5-GD			=>	1.33  
	p5-HTML-Parser		=>	3.24   	p5-I18N-Charset		=>	1.08   	p5-I18N-LangTags	=>	0.20
  	p5-MIME-Lite		=>	2.111   	p5-Set-Scalar		=>	1.09   	p5-Sort-ArbBiLex	=>	3.4  
	p5-URI			=>	1.12   	p5-Unix-Syslog		=>	0.95    
Sat, 17 Mar 2001
[ 16:27 vanilla search for other commits by this committer ] Original commit 
Apache::MP3, a nifty MP3 browser/player for Apache & mod-perl.    

Number of commits found: 39