aboutsummaryrefslogtreecommitdiff
path: root/sysutils/webmin
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 1.750.Jimmy Olgeni2015-05-195-727/+741
| | | | Notes: svn path=/head/; revision=386759
* Add LICENSE and pet portlint (makepatch warnings).Jimmy Olgeni2015-05-078-29/+15
| | | | | | | Remove trailing whitespace. Notes: svn path=/head/; revision=385631
* - Add CPE infoDmitry Marakasov2015-04-221-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384482
* Upgrade to version 1.740.Jimmy Olgeni2015-03-153-4/+274
| | | | Notes: svn path=/head/; revision=381313
* Upgrade to version 1.730.Jimmy Olgeni2015-01-033-99/+118
| | | | Notes: svn path=/head/; revision=376173
* Upgrade to version 1.720.Jimmy Olgeni2014-11-243-4/+19
| | | | Notes: svn path=/head/; revision=373203
* Upgrade to version 1.710.Jimmy Olgeni2014-09-302-6/+5
| | | | Notes: svn path=/head/; revision=369664
* Upgrade to version 1.703.Jimmy Olgeni2014-09-293-3/+30
| | | | Notes: svn path=/head/; revision=369514
* Upgrade to version 1.702.Jimmy Olgeni2014-09-263-1431/+91
| | | | Notes: svn path=/head/; revision=369338
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Rename sysutils/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-291-0/+0
| | | | Notes: svn path=/head/; revision=363335
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-2/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* A couple of fixes:Jimmy Olgeni2014-05-243-16/+22
| | | | | | | | | | | - Remove some generic Linux configuration files containing the '*' character: they are interpreted as shell globs in the plist and cause poudriere's staging tests to fail. - Do not let the setup script change file owners and permissions. Notes: svn path=/head/; revision=355047
* Upgrade to version 1.690.Jimmy Olgeni2014-05-224-3/+82
| | | | Notes: svn path=/head/; revision=354887
* Upgrade to version 1.680.Jimmy Olgeni2014-03-214-9/+11
| | | | Notes: svn path=/head/; revision=348727
* Do not install stray files from .xvpics directories.Jimmy Olgeni2014-02-261-0/+2
| | | | Notes: svn path=/head/; revision=346194
* Upgrade to version 1.670.Jimmy Olgeni2014-01-143-15/+220
| | | | Notes: svn path=/head/; revision=339680
* Upgrade to version 1.660.Jimmy Olgeni2013-10-083-3/+37
| | | | Notes: svn path=/head/; revision=329769
* - Upgrade to version 1.650.Jimmy Olgeni2013-10-054-37/+24703
| | | | | | | | | | | - Add staging support. - Do not mute install commands. - Remove automatic PLIST generation. - Do not use /usr/sbin/pkg for pkgng detection; if you run it in batch it may stop with an interactive prompt on 9.x. Notes: svn path=/head/; revision=329458
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - convert to the new perl5 frameworkAndrej Zverev2013-09-071-1/+1
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326572
* Upgrade to version 1.630.Jimmy Olgeni2013-05-183-22/+3
| | | | Notes: svn path=/head/; revision=318423
* In os_list.txt, move all references to FreeBSD at the beginning.Jimmy Olgeni2013-04-261-0/+3
| | | | | | | | | | | | | The oschooser.pl script is called by setup.sh, and it uses os_list.txt to detect the operating system. Conditions in os_list.txt are evaluated sequentially until a match is found. It may happen that a Linux-only condition matches before FreeBSD; for example, if the directory /usr/portage exists then webmin will detect FreeBSD as Gentoo Linux. Notes: svn path=/head/; revision=316633
* Convert Makefile headers to the new format.Jimmy Olgeni2013-02-181-5/+1
| | | | Notes: svn path=/head/; revision=312502
* Upgrade to version 1.620.Jimmy Olgeni2013-02-052-3/+3
| | | | Notes: svn path=/head/; revision=311694
* Upgrade to version 1.610.Jimmy Olgeni2012-11-172-7/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307503
* Upgrade module: passwd-1.600-5.Jimmy Olgeni2012-11-022-1/+4
| | | | | | | | | | According to the release notes, "fix for potential XSS attack via real name field." Feature safe: yes Notes: svn path=/head/; revision=306840
* Upgrade to version 1.600.Jimmy Olgeni2012-09-232-4/+3
| | | | Notes: svn path=/head/; revision=304736
* Add missing dependency on p5-IO-Tty.Jimmy Olgeni2012-08-171-0/+2
| | | | | | | | PR: ports/170692 Submitted by: Loganaden Velvindron <logan afrinic.net> Notes: svn path=/head/; revision=302679
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Fixes for Python 3.x compatibility (ajaxterm).Jimmy Olgeni2012-07-162-0/+104
| | | | Notes: svn path=/head/; revision=300971
* Upgrade to version 1.590.Jimmy Olgeni2012-07-013-49/+3
| | | | Notes: svn path=/head/; revision=300318
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300261
* More fixes for quota format on FreeBSD 9.Jimmy Olgeni2012-03-122-2/+23
| | | | | | | | Obtained from: remko Feature safe: yes Notes: svn path=/head/; revision=293186
* Fix quota support on FreeBSD 9.Jimmy Olgeni2012-02-132-0/+25
| | | | | | | Obtained from: remko Notes: svn path=/head/; revision=291312
* Upgrade to version 1.580.Jimmy Olgeni2012-02-134-8/+32
| | | | Notes: svn path=/head/; revision=291281
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* Upgrade to version 1.570.Jimmy Olgeni2011-10-052-10/+4
| | | | Notes: svn path=/head/; revision=282986
* Setup.sh: ensure that $tempdir exists.Jimmy Olgeni2011-08-302-11/+19
| | | | Notes: svn path=/head/; revision=280765
* Upgrade to version 1.560 (with backup-config-1.560-2 and init-1.560-2).Jimmy Olgeni2011-08-2926-446/+39
| | | | | | | Cleanup PREFIX handling. Notes: svn path=/head/; revision=280698
* Upgrade to version 1.550.Jimmy Olgeni2011-05-032-3/+3
| | | | Notes: svn path=/head/; revision=273575
* Upgrade to version 1.540.Jimmy Olgeni2011-03-312-6/+4
| | | | Notes: svn path=/head/; revision=272040
* Upgrade to version 1.530 (with status-1.530-1).Jimmy Olgeni2010-12-102-5/+6
| | | | Notes: svn path=/head/; revision=265993
* Upgrade to version 1.520.Jimmy Olgeni2010-08-313-8/+9
| | | | Notes: svn path=/head/; revision=260271
* Webmin ships with obsolete binaries of freebsd-mounts-*, a localJimmy Olgeni2010-08-143-4/+19
| | | | | | | | | | | | | | | | utility to retrieve mount point data. These dinamically linked executables do not work on recent FreeBSD releases due to missing libraries. - Remove all unused binaries. - Fix a couple of warnings in the source file and always build the version that is actually used. - While I'm here, use SUB_FILES to improve PKGMESSAGE. Notes: svn path=/head/; revision=259233
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Upgrade to version 1.510.Jimmy Olgeni2010-03-062-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250626
* Add support for FreeBSD 8 in mount module.Jimmy Olgeni2010-01-111-0/+2
| | | | Notes: svn path=/head/; revision=247605
* Upgrade to version 1.500.Jimmy Olgeni2009-12-092-4/+4
| | | | Notes: svn path=/head/; revision=245467
* Upgrade to version 1.490.Jimmy Olgeni2009-09-182-13/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241658