Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.094 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.094 14 Jul 2021 16:10:38 |
Po-Chuan Hsieh (sunpoet) |
www/p5-WWW-Shorten: Sort PLIST |
3.094 30 May 2021 19:58:55 |
Po-Chuan Hsieh (sunpoet) |
www/p5-WWW-Shorten: Update to 3.094
Changes: https://metacpan.org/changes/distribution/WWW-Shorten |
3.093 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.093 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.093 06 Oct 2018 13:06:45 |
des |
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) |
3.093 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
3.093 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
3.093 28 Jun 2016 15:04:34 |
mat |
Really stop Portscout from bothering people with other port versions.
Sponsored by: Absolight |
3.093 24 Jun 2016 14:24:25 |
adamw |
r417390 successfully hid 5gp-1.02 from portscout, but now it's finding
5gp-1.01. Change over to a numbers-and-dots regex instead. |
3.093 23 Jun 2016 16:48:22 |
adamw |
5gp-1.02 isn't in the upstream git repo or backpan, so tell portscout to
just ignore it. |
3.093 01 Apr 2016 11:16:41 |
sunpoet |
- Add LICENSE
- Update *_DEPENDS: remove PORTSDIR
- Add NO_ARCH |
3.093 30 Mar 2016 18:34:12 |
lth |
- update to 3.093
- distribute maintainership |
3.06 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
3.06 05 Jan 2015 19:51:08 |
lth |
- Update to 3.06
- Remove obsolete target |
3.04_1 26 Nov 2014 13:08:38 |
mat |
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 ) |
3.04 28 Jan 2014 16:47:13 |
miwi |
- Stage support |
3.04 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.04 07 Sep 2013 14:52:08 |
lth |
- Update to 3.04
- Trim Makefile headers
Changes:
2013-08-22 Dave Cross <dave@dave.org.uk> - RELEASE_3.04
========================================================
Dave Cross <dave@dave.org.uk> (17):
* Finish removing all references to SnipURL.pm.
* Bump to version 2.05 for release.
* Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution).
* Bumped version number. Removed shorl files from MANIFEST.
* Added Config::Auto to list of dependencies (it's used by the shorten
program). Bumped version for release. (Only the first 15 lines of the commit message are shown above ) |
3.03 07 Aug 2013 13:20:32 |
az |
- Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in
current version)
Approved by: lth@ (maintainer) |
3.03 26 Aug 2012 20:49:11 |
lth |
- Update to 3.03 [1]
- Add regression-test target
PR: ports/171037 [1]
Submitted by: swills |
3.02 21 Jan 2012 17:40:15 |
eadler |
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 |
3.02 13 Dec 2010 09:33:15 |
lth |
Update to 3.02 |
3.00 23 Jan 2010 12:50:59 |
lth |
Update to 3.00 |
2.06 22 Nov 2009 21:51:57 |
lth |
- Update to 2.06
- Changes: http://cpansearch.perl.org/src/DAVECROSS/WWW-Shorten-2.06/Changes
PR: ports/140768
Submitted by: Sahil Tandon <sahil@tandon.net> |
2.05 29 Sep 2009 11:56:14 |
lth |
Update to 2.05
Feature safe: yes |
2.03 25 Mar 2009 11:01:03 |
lth |
Update to 2.03 |
2.02 26 Feb 2009 15:51:23 |
lth |
Update to 2.02 |
2.01 07 Jul 2008 08:35:19 |
lth |
Update to 2.01 |
2.00 30 Jun 2008 10:32:52 |
lth |
Update to 2.00 |
1.100 29 Apr 2008 12:56:44 |
lth |
Update to 1.100, clean up |
1.97 17 Apr 2008 14:30:31 |
araujo |
- 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) |
1.97 08 Sep 2007 01:11:48 |
linimon |
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 |
1.97 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
1.97 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.97 13 Oct 2005 19:07:11 |
lth |
Update to 1.97 |
1.95 31 May 2005 16:00:15 |
lth |
Update to 1.95 |
1.93 21 Nov 2004 16:52:35 |
lth |
- Update to 1.93 |
1.91 31 Oct 2004 18:58:00 |
lth |
- update to 1.91 |
1.88 01 Jun 2004 12:32:33 |
lth |
Change of email address.
Approved by: erwin (mentor) |
1.88 19 Mar 2004 01:51:15 |
trevor |
Add size data, approved by maintainers. |
1.88 16 Nov 2003 21:53:02 |
krion |
- Update to version 1.88
PR: 59348
Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) |
1.87 08 Sep 2003 03:26:43 |
leeym |
Update to 1.87
PR: 56577
Submitted by: Lars Thegler <lars@thegler.dk> |
1.86 07 Sep 2003 01:17:50 |
foxfair |
PR: 56545
Submitted by: Lars Thegler <lars@thegler.dk>
maintainer update: Update to 1.86 |
1.84 01 Sep 2003 12:29:36 |
mat |
Add p5-WWW-Shorten 1.84, abstract interface to URL shortening sites.
PR: 56153
Submitted by: Lars Thegler <lars@thegler.dk> |