non port: devel/cpan-upload/Makefile |
SVNWeb
|
Number of commits found XX: 15 |
Mon, 9 Jul 2018
|
[ 08:40 mat ] 
474242 audio/p5-Filesys-Virtual-DAAP/Makefile
474242 audio/p5-Net-DAAP-Client/Makefile
474242 benchmarks/p5-Benchmark-Stopwatch/Makefile
474242 cad/pcb/Makefile
474242 chinese/p5-Text-Greeking-zh_TW/Makefile
474242 chinese/scim-fcitx/Makefile
474242 comms/p5-SMS-Send-TW-PChome/Makefile
474242 comms/p5-SMS-Send-TW-Qma/Makefile
474242 comms/p5-SMS-Send-TW-Socket2Air/Makefile
474242 comms/p5-SMS-Send-TW-chtsns/Makefile
(Only the first 10 of 429 ports in this commit are shown above. )
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
|
Fri, 7 Apr 2017
|
[ 18:50 lth ] 
437950 archivers/p5-Archive-Peek/Makefile
437950 audio/p5-Filesys-Virtual-DAAP/Makefile
437950 audio/p5-Net-DAAP-Client/Makefile
437950 audio/p5-Net-DAAP-DMAP/Makefile
437950 databases/p5-Class-DBI-AsForm/Makefile
437950 databases/p5-Class-DBI-DATA-Schema/Makefile
437950 databases/p5-Class-DBI-LazyInflate/Makefile
437950 databases/p5-Class-DBI-Loader-Relationship/Makefile
437950 databases/p5-Class-DBI-Plugin-AbstractCount/Makefile
437950 databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile
(Only the first 10 of 143 ports in this commit are shown above. )
Moving maintainership burden onto broader shoulders
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] 
412346 databases/R-cran-RMySQL/Makefile
412346 databases/R-cran-RSQLite.extfuns/Makefile
412346 databases/R-cran-RSQLite/Makefile
412346 databases/R-cran-sqldf/Makefile
412346 databases/akonadi-googledata/Makefile
412346 databases/akonadi/Makefile
412346 databases/apq-mysql/Makefile
412346 databases/apq-odbc/Makefile
412346 databases/apq-pgsql/Makefile
412346 databases/apq/Makefile
(Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] 
373448 CHANGES
373448 Mk/Uses/perl5.mk
373448 Mk/bsd.default-versions.mk
373448 Mk/bsd.port.mk
373448 UPDATING
373448 archivers/dpkg/Makefile
373448 archivers/p5-Archive-Any-Lite/Makefile
373448 archivers/p5-Archive-Any-Lite/pkg-plist
373448 archivers/p5-Archive-Any-Plugin-Rar/Makefile
373448 archivers/p5-Archive-Any-Plugin-Rar/pkg-plist
(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 )
|
Wed, 19 Feb 2014
|
[ 09:36 miwi ] 
345047 devel/cpan-upload/Makefile
345047 devel/cpan-upload/pkg-plist
- Stage support
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] 
327722 devel/aap/Makefile
327722 devel/abi-compliance-checker/Makefile
327722 devel/ace+tao-doc/Makefile
327722 devel/ace/Makefile
327722 devel/acme/Makefile
327722 devel/activitymail/Makefile
327722 devel/adabooch-doc-html/Makefile
327722 devel/adabooch/Makefile
327722 devel/adacurses/Makefile
327722 devel/adasdl/Makefile
(Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Wed, 7 Aug 2013
|
[ 13:20 az ] 
324352 archivers/p5-Archive-Peek/Makefile
324352 audio/p5-Filesys-Virtual-DAAP/Makefile
324352 audio/p5-Net-DAAP-Client/Makefile
324352 audio/p5-Net-DAAP-DMAP/Makefile
324352 databases/p5-Class-DBI-AsForm/Makefile
324352 databases/p5-Class-DBI-DATA-Schema/Makefile
324352 databases/p5-Class-DBI-LazyInflate/Makefile
324352 databases/p5-Class-DBI-Loader-Relationship/Makefile
324352 databases/p5-Class-DBI-Plugin-AbstractCount/Makefile
324352 databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile
(Only the first 10 of 155 ports in this commit are shown above. )
- 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)
|
Sun, 10 Jun 2012
|
[ 18:42 swills ]
1.8 arabic/arabtex/Makefile
1.5 archivers/p5-Archive-SimpleExtractor/Makefile
1.20 archivers/p5-POE-Filter-Zlib/Makefile
1.7 archivers/p5-PerlIO-via-Bzip2/Makefile
1.12 audio/gigedit/Makefile
1.8 audio/p5-Filesys-Virtual-DAAP/Makefile
1.9 audio/p5-Net-DAAP-Client/Makefile
1.6 benchmarks/p5-Benchmark-Stopwatch/Makefile
1.28 biology/p5-AcePerl/Makefile
1.28 biology/p5-Bio-Das/Makefile
(Only the first 10 of 639 ports in this commit are shown above. )
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
Thu, 8 Sep 2011
|
[ 08:36 az ]
1.11 audio/p5-libvorbis/Makefile
1.9 chinese/p5-Date-Chinese/Makefile
1.6 databases/p5-Class-DBI-Loader-Relationship/Makefile
1.3 databases/p5-DBIx-TableHash/Makefile
1.6 databases/p5-ORLite-Migrate/Makefile
1.12 databases/p5-ORLite/Makefile
1.10 databases/p5-ResourcePool-Resource-DBI/Makefile
1.9 databases/p5-SQLite-Work/Makefile
1.7 devel/cpan-upload/Makefile
1.5 devel/p5-Algorithm-LCS/Makefile
(Only the first 10 of 97 ports in this commit are shown above. )
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat
|
Wed, 22 Jul 2009
|
[ 16:27 pgollucci ]
1.61 archivers/p5-Compress-Zlib/Makefile
1.18 archivers/p5-IO-Compress-Base/Makefile
1.12 archivers/p5-IO-Zlib/Makefile
1.8 audio/p5-Audio-WMA/Makefile
1.3 audio/p5-MP3-Find/Makefile
1.20 audio/pacpl/Makefile
1.4 benchmarks/p5-Benchmark-Stopwatch/Makefile
1.15 biology/p5-Bio-Das/Makefile
1.21 biology/p5-bioperl/Makefile
1.8 converters/convmv/Makefile
(Only the first 10 of 263 ports in this commit are shown above. )
- 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)
|
Mon, 1 Dec 2008
|
[ 20:11 leeym ]
1.5 devel/cpan-upload/Makefile
- simplify dependency
- bump PORTREVISION
PR: 128797
Submitted by: leeym
Approved by: maintainer timeout
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ]
1.9 archivers/p5-Archive-Extract/Makefile
1.8 archivers/p5-Compress-Bzip2/Makefile
1.5 archivers/p5-Compress-LZW/Makefile
1.5 archivers/p5-PerlIO-gzip/Makefile
1.3 archivers/p5-PerlIO-via-Bzip2/Makefile
1.12 astro/p5-Astro-Catalog/Makefile
1.10 astro/p5-Astro-MoonPhase/Makefile
1.6 astro/p5-Astro-Sunrise/Makefile
1.8 astro/p5-GPS/Makefile
1.3 audio/p5-Audio-Beep/Makefile
(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, 11 Jun 2005
|
[ 21:50 flz ]
1.3 devel/cpan-upload/Makefile
- Fix dependency (p5-PodParser -> p5-Pod-Parser)
|
Tue, 1 Jun 2004
|
[ 12:32 lth ]
1.5 audio/daapd/Makefile
1.3 audio/daaplib/Makefile
1.2 databases/p5-Class-DBI-AsForm/Makefile
1.2 databases/p5-Class-DBI-Loader-Relationship/Makefile
1.2 databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile
1.2 databases/p5-Class-DBI-Plugin-Type/Makefile
1.2 databases/p5-Class-DBI-Untaint/Makefile
1.16 databases/p5-SQL-Statement/Makefile
1.3 databases/p5-SQL-Translator/Makefile
1.2 devel/cpan-upload/Makefile
(Only the first 10 of 51 ports in this commit are shown above. )
Change of email address.
Approved by: erwin (mentor)
|
Fri, 19 Dec 2003
|
[ 09:11 erwin ]
1.1375 devel/Makefile
1.1 devel/cpan-upload/Makefile
1.1 devel/cpan-upload/distinfo
1.1 devel/cpan-upload/pkg-descr
1.1 devel/cpan-upload/pkg-plist
Add cpan-upload 2.2, script for uploading distributions to CPAN.
PR: 59850
Submitted by: Lars Thegler <lars@thegler.dk>
|
Number of commits found XX: 15 |