Commit graph

54 commits

Author SHA1 Message Date
Yuri Victorovich
3ff080de50 net-mgmt/netdisco: Update 2.038028 -> 2.039024
Port changes:
* Change to DISTVERSION
* Dependency updates
* Order the USExx section
* Silence siome post-install commands
* Add to pkg-message

PR:		226427
Submitted by:	geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
2018-04-28 15:09:54 +00:00
Thomas Zander
6a67964b0c Update to upstream version 2.038028
PR:		224891
Submitted by:	dgeo@centrale-marseille.fr (maintainer)
2018-02-12 20:21:13 +00:00
Wen Heping
8a77b97647 - Update to 2.034002
PR:		214996
Submitted by:	dgeo@centrale-marseille.fr(maintainer)
2017-01-23 02:31:06 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Bartek Rutkowski
a74f94eacd net-mgmt/netdisco: update 2.033004 -> 2.033006
PR:		209070
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
2016-05-03 13:49:24 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Sunpoet Po-Chuan Hsieh
fbbc356e97 - Add NO_ARCH
Approved by:	portmgr (blanket)
2016-03-20 18:37:22 +00:00
Martin Wilke
0d9b97c607 - Update to 2.033004
PR:		204753
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4341
2015-12-08 18:06:08 +00:00
Mathieu Arnold
afae652a2a 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
2015-09-14 12:19:48 +00:00
Dmitry Marakasov
e232e5e5a4 - Update to 2.032005
PR:		200948
Submitted by:	dgeo@centrale-marseille.fr (maintainer)
2015-06-19 19:36:12 +00:00
Baptiste Daroussin
ca99927772 Reconvert to USES=pgsql reverted by mistake in r381383
Bump portrevision as USE_PGSQL is now doing nothing
2015-04-07 12:23:22 +00:00
Vanilla I. Shu
2a77b78f4d Upgrade to 2.031012.
PR:		198309
Submitted by:	maintainer
2015-03-16 12:40:06 +00:00
John Marino
bcbae34226 change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl.  This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20.  For affected ports, the interpreter
was changed to localbase.

In one case, the interpreter was correct, but it wasn't surround by
quotes.  Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
2015-01-05 13:18:58 +00:00
Mathieu Arnold
92fbc75c13 Catch up abusive uses of ${SITE_PERL}.
Sponsored by:	Absolight
2014-12-23 02:22:19 +00:00
Mathieu Arnold
eee58d187e 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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
John Marino
895b7e3e60 Unbreak on Apache24 and overhaul net-mgmt/netdisco
PR:		193284
Submitted by:	maintainer: dgeo (centrale-marseille.fr)
Overhaul:	marino

There were numerous issues still existing even after provided patch
was applied.  I ended up completely overhauling the port.  It's been
tested with poudriere testport.
2014-09-25 20:41:37 +00:00
Raphael Kubo da Costa
4fd55763e1 - Update netdisco to 1.3.3 and netdisco-mibs to 1.5.
- Support staging.

PR:		191435
PR:		191436
Submitted by:	dgeo@centrale-marseille.fr (maintainer)
2014-07-01 22:29:52 +00:00
William Grzybowski
605d017706 net-mgmt/netdisco: make web insterface optional
PR:		ports/183716
Submitted by:	maintainer
2013-11-09 14:05:30 +00:00
Sunpoet Po-Chuan Hsieh
6bb71bde72 - Add missing rcvar in rc.d script
- Bump PORTREVISION for package change
- While I'm here, use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk

PR:		ports/182277
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
Approved by:	maintainer (timeout, 7 weeks)
2013-11-03 04:53:54 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
William Grzybowski
bbc9375bb7 net-mgmt/netdisco: update to 1.3.2
- Update to 1.3.2
- USES perl5

PR:		ports/181829
Submitted by:	Geoffroy Desvernay <dgeo centrale-marseille.fr> (maintainer)
2013-09-05 17:19:32 +00:00
Martin Wilke
1451ae92d0 - Update to 1.3.1
PR:		180560
Submitted by:	maintainer
2013-07-16 05:45:38 +00:00
Lars Engels
49cc6ecf29 Fix a syntax problem with mibs directories list containing spaces instead of colons.
PR:		ports/180203
Submitted by:	maintainer
2013-07-02 16:59:24 +00:00
William Grzybowski
6ee3774e46 net-mgmt/netdisco: update to 1.3
- Update to 1.3
- Add DOCS option
- Change pkg-message to tell about db migration

Changes:
http://sourceforge.net/p/netdisco/code/ci/ver_1_3/tree/ChangeLog

PR:		ports/179805
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
2013-06-24 11:19:03 +00:00
Andrej Zverev
b93bdbe2d6 - Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.

Approved by:	portmgr@ (bapt@)
2013-06-18 13:49:02 +00:00
Raphael Kubo da Costa
5449bb6104 - Update to 1.2.
- Removed option to fetch oui.txt while building the port (let the user read
  pkg-message).

PR:		ports/177956
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
2013-06-13 11:43:07 +00:00
Lars Engels
3113323ad6 - Change rc script, so netdisco is not run as root
- Fix group replacement in rc script
- Trim Makefile header

PR:		ports/177632
Submitted by:	maintainer
2013-05-10 19:11:11 +00:00
Bryan Drewery
b591c44e6c - Convert to new options framework [1]
- Fix build with new bsd.apache.mk by changing
  to USE_APACHE_RUN, since this port has NO_BUILD

PR:		ports/171284 [1]
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Approved by:	eadler (mentor)
2012-09-04 23:21:31 +00:00
Olli Hauer
63f3e3b0d4 - 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@
2012-08-18 14:29:08 +00:00
Andrej Zverev
425d0841bb - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-07-01 14:14:22 +00:00
Michael Scheidell
3ef82dc83e - Missed ../Makefile update for new port newdisc-mibs
- Updated netdisco to 1.1
- Updated netdisco to use netdisco-mibs instead of INDEX killer !=
- Pass maintainership to submitter (via private email)
- Update to use Apache 20+ instead of 13+

PR:		ports/164955
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Approved by:	gabor (mentor, implicit)
Feature safe:	yes
2012-02-17 17:22:21 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Olli Hauer
56fb6713fc since apache13 is gone we need only one p5-Apache-DBI in the tree
- change p5-Apache-DBI-mp2 -> p5-Apache-DBI

with hat apache@
2012-01-05 17:49:20 +00:00
Olli Hauer
34876c3b46 - remove support for apache version < 20 (mod_perl)
- sort dependency

with hat apache@
2012-01-01 21:08:52 +00:00
Olli Hauer
19fe40753d - change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
2012-01-01 16:47:41 +00:00
Olli Hauer
7a0bd31763 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined 2011-08-20 17:27:52 +00:00
Olli Hauer
346fdfaa76 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@
2011-05-22 22:23:16 +00:00
Olli Hauer
8d8626737f - update netdisco to version 1.0
- pass mainership to submitter

PR:		151841
Submitted by:	Sevan Janiyan <venture37 _at_ geeklan.co.uk> (new maintainer)
Approved by:	glarkin (mentor, implicit)
2010-11-07 19:47:04 +00:00
Martin Matuska
17e550ca2f Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
2010-09-21 16:08:11 +00:00
Martin Matuska
ddcc0de921 Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
2010-09-21 07:56:43 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Jun Kuriyama
69667d219f - Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
2008-03-27 10:58:30 +00:00
Rong-En Fan
cd7dd87967 - group is in ${GROUP} not ${USER} 2008-01-12 16:54:23 +00:00
Rong-En Fan
1f563de146 - Fix pkg-plist
- Remove user/group if PACKAGE_BUILDING or BATCH

Reported by:	pointyhat via erwin
2008-01-07 14:08:44 +00:00
Rong-En Fan
b2ac137617 - Update to 0.95
- Convert old style rc script to new style

PR:		ports/119296
Submitted by:	valerio.daelli at gmail.com (maintainer)
2008-01-05 14:35:25 +00:00
Shaun Amott
3207439625 Relinquish port. 2007-06-10 15:16:18 +00:00