non port: security/p5-Filter-Crypto/Makefile |
SVNWeb
|
Number of commits found: 42 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 19 Dec 2020
|
[ 20:20 sunpoet ]
Update to 2.09
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Filter-Crypto
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
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)
|
Thu, 2 Aug 2018
|
[ 23:43 sunpoet ]
Update to 2.08
- Add TEST_DEPENDS
Changes: https://metacpan.org/changes/distribution/Filter-Crypto
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 1 Jan 2016
|
[ 23:39 adamw ] (Only the first 10 of 21 ports in this commit are shown above. )
Remove perl5.16-specific bits from perl@ ports. While here, sort
plists as necessary.
|
Sun, 1 Mar 2015
|
[ 14:32 sunpoet ]
- Update to 2.07
- Sort PLIST
Changes: http://search.cpan.org/dist/Filter-Crypto/Changes
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Sun, 2 Nov 2014
|
[ 08:28 culot ]
- Fix build for Perl < 5.18
Reported by: antoine@
Pointy hat: culot@
|
Fri, 31 Oct 2014
|
[ 13:34 culot ]
- Update to 2.06
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Filter-Crypto/Changes
|
Wed, 6 Nov 2013
|
[ 07:39 vanilla ] (Only the first 10 of 191 ports in this commit are shown above. )
Support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Mon, 2 Sep 2013
|
[ 19:32 az ]
- Convert to the new perl5 framework
- Trim Makefile header
|
[ 19:15 sahil ]
- Update to 2.03
- Pass maintainership to perl@
|
Fri, 29 Jun 2012
|
[ 18:35 az ]
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Mon, 11 Jun 2012
|
[ 01:36 sahil ]
- Update to 2.00
PR: ports/168638
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
Sat, 10 Mar 2012
|
[ 04:11 sahil ]
- Update to 1.35
Feature safe: yes
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ] (Only the first 10 of 1326 ports in this commit are shown above. )
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
|
Fri, 30 Jul 2010
|
[ 01:53 sahil ]
- Update to 1.31
- Changes: http://search.cpan.org/dist/Filter-Crypto/Changes
|
Thu, 29 Jul 2010
|
[ 02:58 sahil ] (Only the first 10 of 15 ports in this commit are shown above. )
- Update my MAINTAINER address to sahil@FreeBSD.org
|
Sat, 23 Jan 2010
|
[ 07:28 kuriyama ] (Only the first 10 of 20 ports in this commit are shown above. )
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3).
Approved by: portmgr (itetcu)
|
Sun, 15 Nov 2009
|
[ 09:12 wen ]
- Update to 1.30
- Pass maintainership to submitter
PR: ports/140562
Submitted by: Sahil Tandon <sahil@tandon.net>
|
Fri, 30 Oct 2009
|
[ 16:04 skv ]
- Update to 1.29 [1]
- Change MAINTAINER to perl@
PR: ports/139535 [1]
Submitted by: Sahil Tandon <sahil xx tandon.net>
|
Sun, 17 May 2009
|
[ 23:46 pgollucci ]
- Update to 1.23
Approved by: maintainer timeout(skv; 3months)
Submitted by: me
|
Sat, 30 Aug 2008
|
[ 09:18 skv ]
Update to 1.22
Changes: http://search.cpan.org/src/SHAY/Filter-Crypto-1.22/Changes
|
Fri, 6 Jun 2008
|
[ 14:01 edwin ] (Only the first 10 of 129 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sat, 31 May 2008
|
[ 20:43 miwi ]
- Update to 1.20
PR: 120697
Submitted by: lippe
Approved by: maintainer timeout
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- 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)
|
Sat, 8 Sep 2007
|
[ 01:04 linimon ] (Only the first 10 of 88 ports in this commit are shown above. )
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
|
Fri, 8 Dec 2006
|
[ 19:12 rafan ]
- PAR::Filter is moved to PAR::Packer distribution
Noticed by: pointyhat via kris
Pointy hat to: rafan
|
Wed, 4 Oct 2006
|
[ 13:42 skv ]
Update to 1.18
PR: ports/103668
Submitted by: Gea-Suan Lin <gslin xx gslin.org>
|
Thu, 25 May 2006
|
[ 07:24 skv ]
Update to 1.17
PR: ports/97815
Submitted by: Martin Wilke <freebsd xx unixfreunde.de>
|
Mon, 12 Sep 2005
|
[ 13:36 skv ]
Update to 1.16
|
Sat, 11 Jun 2005
|
[ 16:13 skv ] (Only the first 10 of 144 ports in this commit are shown above. )
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
|
Thu, 2 Jun 2005
|
[ 10:24 skv ]
Update to 1.14
|
Sat, 2 Apr 2005
|
[ 15:02 skv ]
Update to 1.13
|
Wed, 26 Jan 2005
|
[ 16:35 skv ]
Update to 1.10
|
Fri, 5 Nov 2004
|
[ 12:10 skv ]
Add p5-Filter-Crypto 1.00,
create runnable Perl files encrypted
with OpenSSL libcrypto.
|
Number of commits found: 42 |