non port: net-mgmt/p5-POE-Component-SNMP/Makefile |
SVNWeb
|
Number of commits found: 21 |
Sat, 6 Oct 2018
|
[ 13:06 des ] 
481365 archivers/p5-Archive-Any-Plugin-Rar/Makefile
481365 archivers/p5-Archive-Any/Makefile
481365 archivers/p5-Archive-Extract-Libarchive/Makefile
481365 archivers/p5-Archive-Peek/Makefile
481365 archivers/p5-Archive-Rar/Makefile
481365 archivers/p5-Archive-SimpleExtractor/Makefile
481365 archivers/p5-Archive-Tar-Wrapper/Makefile
481365 archivers/p5-Compress-LZW/Makefile
481365 archivers/p5-IO-Compress-Lzf/Makefile
481365 archivers/p5-IO-Compress-Lzma/Makefile
(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)
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] 
412348 mail/addresses-goodies/Makefile
412348 mail/alpine/Makefile
412348 mail/anubis/Makefile
412348 mail/archiveopteryx-devel/Makefile
412348 mail/archiveopteryx/Makefile
412348 mail/assp/Makefile
412348 mail/automx/Makefile
412348 mail/avenger/Makefile
412348 mail/balsa/Makefile
412348 mail/batv-milter/Makefile
(Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
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 )
|
Tue, 5 Nov 2013
|
[ 12:02 vanilla ] 
332836 net-mgmt/p5-Mon/Makefile
332836 net-mgmt/p5-Mon/pkg-plist
332836 net-mgmt/p5-Nagios-Plugins-Memcached/Makefile
332836 net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist
332836 net-mgmt/p5-Net-IPv4Addr/Makefile
332836 net-mgmt/p5-Net-IPv4Addr/pkg-plist
332836 net-mgmt/p5-Net-IPv6Addr/Makefile
332836 net-mgmt/p5-Net-IPv6Addr/pkg-plist
332836 net-mgmt/p5-POE-Component-SNMP/Makefile
332836 net-mgmt/p5-POE-Component-SNMP/pkg-plist
Support STAGEDIR.
|
Fri, 20 Sep 2013
|
[ 22:24 bapt ] 
327757 net-mgmt/2ping/Makefile
327757 net-mgmt/TkTopNetFlows/Makefile
327757 net-mgmt/aggregate/Makefile
327757 net-mgmt/aircrack-ng/Makefile
327757 net-mgmt/airport/Makefile
327757 net-mgmt/angst/Makefile
327757 net-mgmt/ap-utils/Makefile
327757 net-mgmt/argus-monitor/Makefile
327757 net-mgmt/argus3-clients/Makefile
327757 net-mgmt/argus3/Makefile
(Only the first 10 of 336 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] 
324174 archivers/p5-Archive-Any/Makefile
324174 archivers/p5-Archive-Extract/Makefile
324174 archivers/p5-Archive-Rar/Makefile
324174 archivers/p5-Archive-SimpleExtractor/Makefile
324174 archivers/p5-Archive-Zip/Makefile
324174 archivers/p5-Compress-LZF/Makefile
324174 archivers/p5-Compress-LZO/Makefile
324174 archivers/p5-Compress-LZW/Makefile
324174 archivers/p5-Mac-Macbinary/Makefile
324174 archivers/p5-POE-Filter-Bzip2/Makefile
(Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ]
1.13 astro/p5-Astro-Catalog/Makefile
1.11 astro/p5-Astro-SunTime/Makefile
1.7 astro/py-RO/Makefile
1.10 astro/py-aipy/Makefile
1.3 astro/py-pyfits/Makefile
1.8 audio/calf/Makefile
1.30 audio/gnupod/Makefile
1.3 audio/jack_mixer/Makefile
1.61 audio/muine/Makefile
1.8 audio/p5-Audio-Scrobbler/Makefile
(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, 11 Jun 2010
|
[ 14:58 skv ]
1.14 net-mgmt/p5-POE-Component-SNMP/Makefile
1.12 net-mgmt/p5-POE-Component-SNMP/distinfo
- Update to 1.1006
- Change maintainer to perl@
Changes:
http://cpansearch.perl.org/src/RDB/POE-Component-SNMP-1.1006/Changes
PR: ports/147336
Submitted by: Rob Bloodgood <rob@exitexchange.com>
|
Tue, 26 Jan 2010
|
[ 22:30 kuriyama ]
1.15 net-mgmt/bigsister/Makefile
1.2 net-mgmt/glpi-plugins-tracker-agent/Makefile
1.2 net-mgmt/nagiosgrapher/Makefile
1.3 net-mgmt/p5-NetApp/Makefile
1.13 net-mgmt/p5-POE-Component-SNMP/Makefile
1.30 net-mgmt/rancid-devel/Makefile
1.26 net-mgmt/rancid/Makefile
1.7 net-mgmt/routers2/Makefile
1.9 net/p5-Amazon-SQS-Simple/Makefile
1.12 net/p5-EasyTCP/Makefile
(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 9).
Approved by: portmgr (itetcu)
|
Sat, 9 Jan 2010
|
[ 23:34 pgollucci ]
1.12 net-mgmt/p5-POE-Component-SNMP/Makefile
1.11 net-mgmt/p5-POE-Component-SNMP/distinfo
- Update to 1.1005
PR: ports/141488
Approved by: maintainer timeout (skv; 25 days)
Submitted by: myself (pgollucci@)
|
Sun, 15 Feb 2009
|
[ 20:02 skv ]
1.11 net-mgmt/p5-POE-Component-SNMP/Makefile
1.10 net-mgmt/p5-POE-Component-SNMP/distinfo
Update to 1.1001
Changes:
http://cpansearch.perl.org/src/RDB/POE-Component-SNMP-1.1001/Changes
PR: ports/131399
Submitted by: pgollucci
|
Mon, 28 Jul 2008
|
[ 12:03 skv ]
1.10 net-mgmt/p5-POE-Component-SNMP/Makefile
1.9 net-mgmt/p5-POE-Component-SNMP/distinfo
Update to 1.10
Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-1.10/Changes
|
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, 8 Sep 2007
|
[ 01:02 linimon ]
1.2 net-im/p5-Jabber-SimpleSend/Makefile
1.18 net-im/p5-Net-Jabber/Makefile
1.4 net-im/p5-Net-NetSend/Makefile
1.5 net-im/p5-Net-OSCAR/Makefile
1.4 net-im/p5-Net-XMPP/Makefile
1.3 net-mgmt/asused/Makefile
1.8 net-mgmt/ifgraph/Makefile
1.63 net-mgmt/nagios/Makefile
1.14 net-mgmt/nav/Makefile
1.10 net-mgmt/netspoc/Makefile
(Only the first 10 of 91 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
|
Wed, 4 Oct 2006
|
[ 13:45 skv ]
1.7 net-mgmt/p5-POE-Component-SNMP/Makefile
1.8 net-mgmt/p5-POE-Component-SNMP/distinfo
Updated to 1.07
PR: ports/103749
Submitted by: Gea-Suan Lin <gslin xx gslin.org>
|
Thu, 14 Sep 2006
|
[ 11:26 skv ]
1.6 net-mgmt/p5-POE-Component-SNMP/Makefile
1.7 net-mgmt/p5-POE-Component-SNMP/distinfo
Update to 1.06
Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-1.06/Changes
|
Mon, 19 Jun 2006
|
[ 10:30 skv ]
1.5 net-mgmt/p5-POE-Component-SNMP/Makefile
1.6 net-mgmt/p5-POE-Component-SNMP/distinfo
Update to 1.05
Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-1.05/Changes
PR: ports/99158
Submitted by: aaron
|
Thu, 8 Jun 2006
|
[ 11:36 skv ]
1.4 net-mgmt/p5-POE-Component-SNMP/Makefile
1.5 net-mgmt/p5-POE-Component-SNMP/distinfo
Update to 1.04
Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-1.04/Changes
|
Sun, 28 May 2006
|
[ 16:16 skv ]
1.3 net-mgmt/p5-POE-Component-SNMP/Makefile
1.4 net-mgmt/p5-POE-Component-SNMP/distinfo
Update to 1.02
Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-1.02/Changes
|
Mon, 26 Sep 2005
|
[ 12:12 skv ]
1.2 net-mgmt/p5-POE-Component-SNMP/Makefile
1.2 net-mgmt/p5-POE-Component-SNMP/distinfo
Update to 0.93
Changes: http://search.cpan.org/src/RDB/POE-Component-SNMP-0.93/Changes
|
Wed, 10 Nov 2004
|
[ 12:29 skv ]
1.32 net-mgmt/Makefile
1.1 net-mgmt/p5-POE-Component-SNMP/Makefile
1.1 net-mgmt/p5-POE-Component-SNMP/distinfo
1.1 net-mgmt/p5-POE-Component-SNMP/pkg-descr
1.1 net-mgmt/p5-POE-Component-SNMP/pkg-plist
Add p5-POE-Component-SNMP 0.92, event-driven SNMP interface.
|
Number of commits found: 21 |