aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.8.1swills2012-08-292-3/+3
| | | | | PR: ports/170618 Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks)
* Upgrade to version 5.2.brooks2012-08-232-5/+5
| | | | | | | linux.org moved new tftp-hpa versions into a new directory to chase that.[1] PR: ports/170865 Submitted by: Andrey <wallavv@gmail.com>
* Fix problem introduced in r302141. The directory for the unpacked sourcedougb2012-08-151-1/+3
| | | | | files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied.
* Update to version 3.7.demon2012-08-082-3/+3
|
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-0618-14/+15
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* Update ProFTPd to 1.3.4bmm2012-08-044-38/+13
|
* Remove unecessary OPTIONS_DEFAULT definitions added on r301957garga2012-08-041-1/+0
| | | | Reported by: sunpoet@
* Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsgarga2012-08-031-4/+7
|
* - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-031-1/+1
| | | | | | - Remove some cruft Obtained from: FreeBSD Haskell
* - fix linebreaks and spacingdinoex2012-07-271-2/+2
|
* - Use OPTIONS_DEFINEdinoex2012-07-271-6/+8
| | | | | PR: 170101 Submitted by: Hung-te Liang
* - Fix pass -rpath from compiler to linkerdinoex2012-07-271-1/+1
| | | | | PR: 170101 Submitted by: Hung-te Liang
* - Fix build with clang 3.0dinoex2012-07-261-0/+11
| | | | | PR: 170101 Submitted by: Hung-te Liang
* - update WWW and emaildinoex2012-07-261-3/+3
| | | | | PR: 170101 Submitted by: Hung-te Liang
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-262-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* Update master site.ume2012-07-261-1/+1
|
* Fix typos in COMMENTcs2012-07-255-5/+5
|
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-232-2/+6
| | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
* - Add LICENSEsperber2012-07-202-7/+49
| | | | | | | | | | | | | - Add MAKE_JOBS_SAFE - Support USE_OPENSSL - Support PORTEXAMPLES - Add optional dependencies - PORTVERSION bumped - Add category ipv6 PR: ports/169413 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
* This is a static version of the libcurl library for use with lang/hiphop-phpmm2012-07-185-0/+159
| | | | WWW: https://github.com/facebook/hiphop-php/wiki/
* - Prepare for slave port ftp/curl-hiphopsunpoet2012-07-181-4/+9
| | | | | PR: ports/169946 Submitted by: mm
* - Fix package name detectionaz2012-07-181-1/+1
|
* - Set MAKE_JOBS_SAFEtabthorpe2012-07-181-0/+2
| | | | | PR: ports/169458 Submitted by: Sayetsky Anton <vsjcfm gmail.com>
* Unbreak ProFTPD on sparc [1].mm2012-07-173-605/+250
| | | | | | | | Significantly simplify proftpd port options. Slave ports will follow in separate commits. PR: 169644 [1] Submitted by: Dmitry Afanasiev [1]
* Rename old patch-aa to a better namegarga2012-07-171-0/+0
|
* - Update MASTER_SITESsunpoet2012-07-093-23/+31
| | | | | | | | | | - Convert to new options framework - Add BOOST option [1] - Respect EXAMPLES - Cosmetic change - Sort PLIST Requested by: Brett Gmoser <bgmoser@codexterous.com> [1]
* Update to 4.3.8martymac2012-07-062-3/+3
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-1/+1
| | | | Approved by: portmgr@ (bapt@)
* - Update to 0.36sunpoet2012-06-292-5/+5
| | | | Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
* - Remove SITE_PERL from *_DEPENDSaz2012-06-292-6/+6
|
* - Update to 0.7.0lwhsu2012-06-294-21/+20
| | | | | | | | | - Remove LICENSE_FILE for well-known licenses - Remove DOCSDIR and NOPORTDOCS checks - Not bundled by upstream anymore - Update and sort pkg-plist PR: ports/169102 Submitted by: koobs <koobs.freebsd@gmail.com>
* update math/R to 2.15.1, switch to the new options format, andbf2012-06-271-1/+1
| | | | adjust dependent ports
* - Fix utmpx for FreeBSD 9+lwhsu2012-06-274-37/+88
| | | | | | | | | | | - Seperate logwtmp.c patch from patch-gcc4 - Change MASTER_SITES because the original site has no ns record now - Undefine DISTNAME - Bump PORTREVISION PR: ports/169096 Submitted by: Hung-te Liang <lhd@cs.nctu.edu.tw> Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer)
* - reset MAINTAINERdinoex2012-06-262-2/+2
|
* - Update to 1.2.0sylvio2012-06-252-12/+13
| | | | | PR: ports/169058 Submitted by: Norihiko Murase <mur1080224@inter7.jp>
* - Update to 2.4sylvio2012-06-253-17/+13
| | | | | | PR: ports/169025 Submitted by: John Chen <johnpupu@gmail.com> Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
* s/X11BASE/LOCALBASE/, or equivalent.dougb2012-06-251-1/+1
| | | | The X11BASE variable is long gone, however these ports were not updated.
* 2012-06-16 ftp/IglooFTP: No longer supportedbeech2012-06-1913-593/+0
|
* - Update to 1.56sunpoet2012-06-152-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | - Cosmetic change Changes: - 1.56-pre2 D. replaced gnome transfer icons with icons from graphicsfuel - 1.56-pre2 D. removed j2ssh fallback and ssh shell (which might be reimplemented using jsch in the future) - 1.56-pre2 D. removed insomniac client code - 1.56-pre2 D. updated readme - 1.56-pre1 D. no question asked before opening file per default - 1.56-pre1 D. added Daniel's runCommand patch (open local files with system app) - 1.55-pre4 D. made the transfer buttons more visible - 1.55-pre4 D. made the download manager slightly bigger - 1.55-pre4 D. fixed size+positioning of "connection failed" dialog - 1.55-pre4 D. source .tgz is now a git repository - 1.55-pre4 D. fixed a small ui bug when uploading directories - 1.55-pre3 D. FtpConnection now holds transfers as a list - 1.55-pre2 D. added linux browsing support and made it default - see README if you want windows support - 1.55-pre2 D. using DJ Sweet instead DJ NativeSwing for browsing feature now - 1.55-pre1 D. added Pavel's password encryption feature - 1.55-pre1 D. added Pavel's dual monitor window positioning fix - 1.55-pre1 D. added Pavel's SMB missing WINS server exception fix - 1.55-pre1 D. added Pavel's SMB hostchooser fix
* Convert to new options frameworkbapt2012-06-122-28/+28
|
* Update to 4.3.7martymac2012-06-122-4/+3
|
* - Un-version LIB_DEPENDSmartymac2012-06-111-16/+10
| | | | | - Switch to OptionsNg - Add OPENSSL description to bsd.options.desc.mk
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-114-4/+4
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - update to 0.3dinoex2012-06-082-3/+3
|
* Remove wu-ftpd+ipv6. The upstream disapear and distfile is no more available.sumikawa2012-06-0723-582/+0
|
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-062-4/+2
| | | | Review by: bapt, David Naylor (kde team)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-1/+1
|
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-041-1/+1
| | | | | | | | | | | Please note that port revision for all the Haskell ports without version changes are also bumped. Other per-port updates are coming soon (in separate commits)! In addition to that, separate -docs ports are no longer needed so they are now removed. Thanks ashish@ for the assistance. Obtained from: FreeBSD Haskell
* - Remove SITE_PERL from *_DEPENDSaz2012-06-032-3/+3
| | | | | PR: ports/168626 Approved by: maintainer (kuriyama@ via email)
* - update png to 1.5.10dinoex2012-06-0114-12/+14
|
* - Update to 0.22jadawin2012-05-312-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.22/Changes
* - add MASTER_SITE_GENTOOdinoex2012-05-281-1/+3
|
* - Marked BROKEN. Does not compile on FreeBSD 7.x and 8.xsylvio2012-05-261-1/+7
| | | | Reported by: pav@
* - update to 3.0.0dinoex2012-05-253-22/+39
|
* Mark DEPRECATED No longer supported upstreambeech2012-05-171-0/+3
|
* readd php 5.3.13 and all its modules as php53*flo2012-05-163-0/+30
|
* - Update to 3.8sylvio2012-05-152-3/+3
|
* Update autoconf to 2.69 and automake to 1.12ade2012-05-123-13/+15
| | | | | PR: 166836 Tested by: Multiple -exp runs (pav)
* 2012-05-10 archivers/php4-bz2: php4 is EOLedbapt2012-05-123-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-05-10 archivers/php4-zlib: php4 is EOLed 2012-05-10 converters/php4-iconv: php4 is EOLed 2012-05-10 converters/php4-mbstring: php4 is EOLed 2012-05-10 converters/php4-recode: php4 is EOLed 2012-05-10 databases/php4-dba: php4 is EOLed 2012-05-10 databases/php4-dbase: php4 is EOLed 2012-05-10 databases/php4-dbx: php4 is EOLed 2012-05-10 databases/php4-filepro: php4 is EOLed 2012-05-10 databases/php4-interbase: php4 is EOLed 2012-05-10 databases/php4-mssql: php4 is EOLed 2012-05-10 databases/php4-mysql: php4 is EOLed 2012-05-10 databases/php4-odbc: php4 is EOLed 2012-05-10 databases/php4-oracle: php4 is EOLed 2012-05-10 databases/php4-pgsql: php4 is EOLed databases/php4-rrdtool: php4 is EOLed 2012-05-10 databases/php4-sybase_ct: php4 is EOLed 2012-05-10 devel/php4-dio: php4 is EOLed 2012-05-10 devel/php4-gettext: php4 is EOLed 2012-05-10 devel/php4-mcve: php4 is EOLed 2012-05-10 devel/php4-ncurses: php4 is EOLed 2012-05-10 devel/php4-pcntl: php4 is EOLed 2012-05-10 devel/php4-pcre: php4 is EOLed 2012-05-10 devel/php4-readline: php4 is EOLed 2012-05-10 devel/php4-shmop: php4 is EOLed 2012-05-10 devel/php4-sysvmsg: php4 is EOLed 2012-05-10 devel/php4-sysvsem: php4 is EOLed 2012-05-10 devel/php4-sysvshm: php4 is EOLed 2012-05-10 devel/php4-tokenizer: php4 is EOLed 2012-05-10 finance/php4-pfpro: php4 is EOLed 2012-05-10 ftp/php4-curl: php4 is EOLed 2012-05-10 ftp/php4-ftp: php4 is EOLed 2012-05-10 graphics/php4-chartdirector: php4 is EOLed 2012-05-10 graphics/php4-exif: php4 is EOLed 2012-05-10 graphics/php4-gd: php4 is EOLed lang/php4: php4 is EOLed 2012-05-10 lang/php4-extensions: php4 is EOLed 2012-05-10 lang/php4-overload: php4 is EOLed 2012-05-10 mail/php4-imap: php4 is EOLed 2012-05-10 math/php4-bcmath: php4 is EOLed 2012-05-10 math/php4-gmp: php4 is EOLed 2012-05-10 misc/php4-calendar: php4 is EOLed 2012-05-10 misc/php4-mcal: php4 is EOLed 2012-05-10 net/php4-ldap: php4 is EOLed 2012-05-10 net/php4-sockets: php4 is EOLed 2012-05-10 net/php4-xmlrpc: php4 is EOLed 2012-05-10 net/php4-yp: php4 is EOLed 2012-05-10 net-mgmt/php4-snmp: php4 is EOLed 2012-05-10 security/php4-crack: php4 is EOLed 2012-05-10 security/php4-mcrypt: php4 is EOLed 2012-05-10 security/php4-mhash: php4 is EOLed 2012-05-10 security/php4-openssl: php4 is EOLed 2012-05-10 sysutils/php4-posix: php4 is EOLed 2012-05-10 textproc/php4-ctype: php4 is EOLed 2012-05-10 textproc/php4-domxml: php4 is EOLed 2012-05-10 textproc/php4-pspell: php4 is EOLed 2012-05-10 textproc/php4-wddx: php4 is EOLed 2012-05-10 textproc/php4-xml: php4 is EOLed 2012-05-10 textproc/php4-xslt: php4 is EOLed 2012-05-10 www/php4-session: php4 is EOLed 2012-05-10 archivers/pecl-zip: php4 is EOLed 2012-05-10 databases/pecl-sqlite: php4 is EOLed 2012-05-11 devel/pear-XML_XPath: php4 is EOLed 2012-05-11 devel/pecl-json: php4 is EOLed 2012-05-10 www/pecl-tidy: php4 is EOLed 2012-05-10 www/php-dyn: php4 is EOLed 2012-05-11 security/pecl-hash: php4 is EOLed 2012-05-11 net/phpldapadmin098: php4 is EOLed graphics/jpgraph: php4 is EOLed
* - Update to version 1.1.3 [1]pawel2012-05-084-78/+16
| | | | | | | | | - Project homepage has changed [1] - Respect NOPORTEXAMPLES - Include bsd.port.mk instead of not needed pre and post PR: ports/167547 [1] Submitted by: Norihiko Murase <mur1080224@inter7.jp> [1]
* - Update to 3.7sylvio2012-05-082-3/+3
|
* Pass maintainership of almost of my "p5-*" ports to "perl@".skv2012-05-071-1/+1
| | | | (I hope updating of them will be improved).
* - Use bsd.port.options.mk for option handlingsunpoet2012-05-071-3/+3
| | | | - Take maintainership
* - update to 1.0.36bapt2012-05-072-3/+3
|
* - update math/R-cran-psych to 1.2.1 [1]bf2012-05-051-1/+1
| | | | | | | | | | | | - update math/R to 2.15.0, and adjust dependent ports - minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more flexible and allow CRAN ports to override it; add a regression-test target; set USE_FORTRAN to match math/R; remove some of the redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS Reviewed by: thierry, tota, wen Approved by: D. Rue (maintainer) [1], wen [2]
* - Update to 0.9.8madpilot2012-05-022-14/+6
| | | | | | | | | | | - Add LICENSE - Simplify port While I'm here add a missing tab. PR: ports/167483 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Appproved by: crees (mentor)
* Update to 4.3.6martymac2012-04-272-3/+3
|
* Update to version 3.2.5.obrien2012-04-182-3/+3
|
* - Update to 0.34culot2012-04-162-3/+6
| | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
* Set the expiration date for all ports which depend upon linux_base-fc4 tonetchild2012-04-151-0/+2
| | | | | | | | | | | | | the EoL of the last 7.x release. The 7.x branch is the only supported FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator environment (linux_base-f10 doesn't work there). I didn't bump the portrevision, this is mostly done as a hint for ports committers to tell them that at least the emulation@-owned ports need to stay until then (even the forbidden ones). The dependent ports need to go at the same time, but are free to be deleted before. Discussed with: bsam
* - drop option WITH_RC_NGdinoex2012-04-141-6/+2
|
* Remove expired port:rene2012-04-146-94/+0
| | | | 2012-04-11 ftp/ftp-proxy: is a part of the base system in all supported FreeBSD versions
* 1: Upgrade libmemcached to 1.0.6.vanilla2012-04-141-2/+2
| | | | | 2: bump revision to chase shared library version. 3: drop maintainer
* - chase libmemcached shared library bump 8=>9jgh2012-04-141-1/+1
| | | | Approved by: maintainer (implicit)
* php4 is EOLed, let's deprecate itbapt2012-04-122-0/+6
| | | | Approved by: ale (maintainer by private mail)
* Update to 2.0.2mm2012-04-112-3/+3
|
* - Respect STRIP/LDFLAGSmiwi2012-04-111-2/+2
| | | | | PR: 162920 Submitted by: Jan Beich (jbeich@tormail.net)
* Drop maintainershipgarga2012-04-071-1/+1
| | | | Feature safe: yes
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-143-4/+26
| | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
* - Update to 7.0.d.kuriyama2012-03-113-3/+4
| | | | | | Submitted by: swills PR: ports/165568 Feature safe: yes
* Fix issue with select().cy2012-03-112-1/+19
| | | | Feature safe: yes
* Fix select() issue.cy2012-03-112-1/+19
| | | | Feature safe: yes
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵pgollucci2012-03-093-26/+4
| | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
* update math/R to 2.14.2, and adjust dependent portsbf2012-03-041-0/+1
|
* - Update to 7.24.0sunpoet2012-03-038-158/+99
| | | | Changes: http://curl.haxx.se/changes.html
* The previous patch was supposed to fix vsftpd so that it would look for theflo2012-02-291-3/+2
| | | | | | | | | configuration file in /usr/local/etc/vsftpd.conf but it did not, currently it is looking for the file in /usr/local/etc/vsftpd//usr/local/etc/vsftpd.conf, this patch makes it look for /usr/local/etc/vsftpd.conf as also specified in pkg-plist. Approved by: maintainer
* - Take maintainershipsunpoet2012-02-262-2/+2
| | | | Approved by: roam (maintainer, implicit)
* Mark broken: define an @exec depending on %F and %B before any files defined.bapt2012-02-241-0/+2
|
* - Update to 0.7.17pgollucci2012-02-212-3/+3
| | | | | | | PR: ports/164882 Submitted by: myself (pgollucci) Approved by: maintainer timeout (freebsdports@chillibear.com ; 14 days) Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 0.21sunpoet2012-02-212-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-FTPSSL/Changes
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-1/+1
|
* Fix includes/libs if using WITH_PCREmm2012-02-141-0/+2
| | | | | PR: ports/165133 Reported by: Henrik Larsson <freebsd@spambox.dk>
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-1/+2
|
* Remove dependancy on net/socks5 in preperation for that port's removal fromjpaetzel2012-02-131-5/+1
| | | | the ports tree.
* Remove the (hopefully) long unused SOCKS5 option, in preparationjpaetzel2012-02-132-17/+1
| | | | | | | | of the removal of net/socks5 from the ports tree. In theory net/dante is a drop in replacement for net/socks5, but in this case it's not and would require some work on this port to get it to build against net/dante.
* - Please welcome GHC 7.0.4pgj2012-02-131-0/+1
| | | | | | | | | | | | | GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell
* - Update to 1.91-1tota2012-02-102-3/+3
|
* Update to 4.3.5martymac2012-02-012-3/+3
|
* Fix typo in Makefile - add missing double quotation mark to MOD_WRAP_FILEmm2012-01-291-1/+1
| | | | Reported by: David Froehlich <dfroe@gmx.de>
* Fix typo in pkg-plist and mod_sql_sqlite packing listmm2012-01-272-6/+6
|
* New module slave databases/proftpd-mod_sql_mysql replaces ftp/proftpd-mysqlmm2012-01-262-16/+0
|
* Update proftpd-mysql dependency to databases/proftpd-mod_sql_mysqlmm2012-01-261-1/+2
|
* Update to 1.3.4amm2012-01-266-200/+474
| | | | | | Switch to using dynamic modules Autosellect required modules instead of exiting with IGNORE Add slave port infrastructure for building individual modules
* - Update to 1.9-5tota2012-01-202-4/+3
|
* update math/R to 2.14.1, and adjust dependent portsbf2012-01-191-0/+1
|
* - escape shell namesdinoex2012-01-141-1/+1
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-1416-16/+16
| | | | | | | | | | | 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.
* Allow build on patched FreeBSD 7.x (FreeBSD-SA-11:07.chroot)mm2012-01-143-3/+37
| | | | | | | WITH_SHAPER requires WITH_CTRLS [1] PR: ports/163941 [1] Reported by: Matthew Pounsett <matt@conundrum.com> [1]
* - Update to 0.7.16pgollucci2012-01-132-3/+3
| | | | | | | PR: ports/163384 Submitted by: myself (pgollucci) Approved by: freebsdports@chillibear.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
* There is no 9.x distfile available for this porteadler2012-01-121-0/+1
| | | | Pointyhat to: me
* Update to 3.5.3.jsa2012-01-102-3/+3
| | | | Approved by: kwm (mentor)
* - Update to 2.3.5-ext1 [1]scheidell2012-01-103-37/+8
| | | | | | | | | - Fix path to vsftpd.conf in defs.h and builddefs.h old path /usr/local/etc/vsftpd.conf is not defined correctly [1] - patch-sysdeputil.c removed (FreeBSD already detected in sources) [1] PR: ports/163940 [1] Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> [1] Approved by: gelraen.ua@gmail.com (maintainer), gabor (mentor, implicit)
* Update to 4.3.4martymac2012-01-093-3/+52
|
* - Remove outdated version checkseadler2012-01-091-7/+4
| | | | Reviewed by: nox
* Repeated words are are hard to to find sometimes.eadler2012-01-081-1/+1
| | | | Approved by: portmgr (itetcu)
* - Update to 0.20sunpoet2012-01-062-4/+4
| | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Net-FTPSSL/Changes
* - update to 2.3.5dinoex2012-01-062-3/+3
|
* Remove obsolete ftp/proftpd-devel port.mm2012-01-059-605/+0
| | | | ftp/proftpd-devel
* As of FreeBSD-SA-11:07.chroot, the port now works on both patched andmm2011-12-302-9/+39
| | | | | | | unpatched systems. On unpatched systems chroot automatically fails. FreeBSD-SA-11:07.chroot Add MOD_DYNMASQ
* Update to 1.0.35garga2011-12-282-3/+3
|
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
|
* - Remove ../files/patch-Makefile (again)scheidell2011-12-271-14/+0
| | | | | PR: ports/163548 Approved by: gabor (mentor)
* - remove duplicate -lwrapdinoex2011-12-241-2/+2
| | | | | | - drop usage of -lutil - honor INSTALL_PROGRAM PR: 163550
* Apply a patch after FreeBSD-SA-11:07.chroot which addresses an arbitrarydelphij2011-12-242-1/+20
| | | | | | | | | | | | code execution vulnerability. Please note that in order to build this the system needs to be patched with FreeBSD-SA-11:07.chroot and the resulting binary also needs to the change because it depends on a new libc API. Feature safe: yes With hat: ports-security Approved by: portmgr (linimon)
* - respect CC/CFLAGS/STRIP on vsftpd-extscheidell2011-12-241-5/+6
| | | | | | PR: ports/163550 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: gelraen.ua@gmail.com (maintainer), gabor(mentor)
* Apply a patch after FreeBSD-SA-11:07.chroot which addresses an arbitrarydelphij2011-12-242-0/+20
| | | | | | | | | | | code execution vulnerability. Please note that in order to build this the system needs to be patched with FreeBSD-SA-11:07.chroot and the resulting binary also needs to the change because it depends on a new libc API. Feature safe: yes Approved by: portmgr, maintainer (mm)
* Mark as broken on sparc64-9: fails to compile.linimon2011-12-221-0/+4
| | | | Hat: portmgr
* Fix clang compile issue.vanilla2011-12-225-45/+55
|
* - extra files, missed by committerscheidell2011-12-212-0/+45
| | | | | PR: ports/163246 Approved by: gabor (mentor)
* - Update to 2.3.4 ext2 [1]scheidell2011-12-213-17/+17
| | | | | | | | | - Unbreak build on 9.x [1] - rename RC_NG to RC_SCRIPT standard [2] PR: ports/163246 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) [1] Approved by: gabor (mentor) [2]
* - One WWW line in pkg-descr will do just finepgollucci2011-12-201-1/+0
|
* Update to version 3.6.1.demon2011-12-132-3/+3
|
* Mark as deprecated: part of the base system in all supported FreeBSDlinimon2011-12-121-0/+3
| | | | | | versions. Feature safe: yes
* Update to version 3.6.demon2011-12-062-3/+3
| | | | Feature safe: yes
* - Update to 1.54miwi2011-12-042-3/+4
| | | | | | PR: 162987 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes
* - update to 5.1brooks2011-12-034-29/+31
| | | | | | | | | | | - add a simple rc.d script - move files/patch to post-patch: o in6 part incorporated upstream o LOG_FTP handled in post-patch already o tzset() now handled in post-patch Submitted by: infofarmer Feature safe: yes
* - Update to 1.8-0tota2011-12-032-4/+3
| | | | Feature safe: yes
* - Update to 2.3wen2011-11-292-4/+4
| | | | | | PR: ports/162933 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer) Feature safe: yes
* update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjustbf2011-11-271-0/+1
| | | | | | | dependent ports Approved by: linimon (portmgr), thierry, tota, wen Feature safe: yes
* Update to 2.0.1mm2011-11-242-3/+3
| | | | Feature safe: yes
* Update to 3.5.2.jsa2011-11-212-3/+3
| | | | | Approved by: wxs (mentor) Feature safe: yes
* - Move PKGNAMEPREFIX defined in each R-cran- related ports Makefiletota2011-11-161-1/+0
| | | | | | | | | | | | | to Mk/bsd.cran.mk PR: ports/162238 Submitted by: tota (myself) Approved by: wen (maintainer of Mk/bsd.cran.mk and many related ports), David Naylor <naylor_DOT_b_DOT_david_AT_gmail_DOT_com> (maintainer of math/R-cran-RSvgDevice and math/R-cran-car), Dan Rue <drue_AT_therub_DOT_org> (maintainer of math/R-cran-psych, timeout > 2 weeks) Feature safe: yes
* Update to 1.3.3gmm2011-11-112-3/+3
| | | | Feature safe: yes
* - Update to 4.3.3martymac2011-11-102-5/+5
| | | | - Re-order LICENSE to make portlint happy
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* Update to 1.0.34garga2011-11-052-3/+3
|
* - Update to 1.7-0tota2011-11-052-4/+3
|
* x11-toolkits/gambas2-gb-qt has been broken for over a year.dougb2011-11-013-26/+0
| | | | Remove it, and the ports that depend on it.
* - Fix build on FreeBSD 10beat2011-10-291-0/+1
| | | | Approved by: portmgr (miwi)
* Update to 2.0.0mm2011-10-282-3/+3
|
* The vast majority of pkg-descr files had the following format when theydougb2011-10-244-4/+3
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Remove more tags from pkg-descr files fo the form:dougb2011-10-243-9/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* - Update to 0.19jadawin2011-10-202-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.19/Changes
* Update to 2.0.0RC2mm2011-10-192-3/+3
|
* As previously advertised, complete removal of vulnerable ports thatdougb2011-10-155-74/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no one has stepped up to deal with: archivers/pecl-phar Vulnerable since 2011-01-13 comms/libsyncml Depends on devel/libsoup22, which is FORBIDDEN databases/mysql323-server Vulnerable since 2006-10-29 databases/mysql323-client Vulnerable since 2006-10-29 databases/mysql323-scripts Vulnerable since 2006-10-29 databases/mysql40-server Vulnerable since 2006-10-29 databases/mysql40-client Vulnerable since 2006-10-29 databases/mysql40-scripts Vulnerable since 2006-10-29 databases/p5-DBD-mysql40 Depends on databases/mysql40-server, which is FORBIDDEN deskutils/buoh Depends on devel/libsoup22, which is FORBIDDEN deskutils/libopensync-plugin-syncml Depends on comms/libsyncml, which is DEPRECATED devel/libsoup22 Vulnerable since 2011-07-28 dns/bind9-sdb-ldap Vulnerable since 2011-06-04 dns/bind9-sdb-postgresql Vulnerable since 2011-06-04 ftp/wgetpro Vulnerable since 2004-12-14 games/quake2forge Vulnerable since 2005-01-21 graphics/linux-tiff Vulnerable since 2004-10-13 japanese/mutt Vulnerable since 2007-07-29 japanese/asterisk14-sounds Depends on net/asterisk14, which is FORBIDDEN net/asterisk14 Vulnerable since 2011-06-25 net/isc-dhcp31-client Vulnerable since 2011-04-10 net/isc-dhcp31-server Vulnerable since 2011-04-10 net/isc-dhcp31-relay Vulnerable since 2011-04-10 net/asterisk-app-ldap Depends on net/asterisk14, which is FORBIDDEN net/asterisk-app-notify Depends on net/asterisk14, which is FORBIDDEN net/asterisk-oh323 Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64 net/asterisk14-addons Depends on net/asterisk14, which is FORBIDDEN net/astfax Depends on net/asterisk14, which is FORBIDDEN net-mgmt/nagios2 Vulnerable since 2009-06-30 www/gforge Vulnerable since 2005-08-09 www/linux-flashplugin7 Vulnerable since at least 2008-05-30 www/opera-devel Vulnerable since 2010-06-25, does not fetch www/plone3 Vulnerable and unsupported upstream www/serendipity-devel Vulnerable since 2008-04-25 www/ziproxy Vulnerable since 2010-06-15 www/asterisk-gui Depends on net/asterisk14, which is FORBIDDEN x11-toolkits/linux-pango Vulnerable since 2009-05-13
* Gollem is a web-based File Manager, providing the ability to fully managemm2011-10-124-0/+53
| | | | | | | a hierarchical file system stored in a variety of backends such as a SQL database, as part of a real filesystem, or on FTP, Samba or SSH servers. WWW: http://www.horde.org/apps/gollem/
* update math/R to 2.13.2, and adjust dependent portsbf2011-10-111-0/+1
|
* Fix distinfo and its creationmm2011-10-062-2/+6
| | | | PR: ports/161305
* Update to version 3.5.1.demon2011-10-032-3/+3
|
* Update to 1.3.3fmm2011-10-012-7/+3
|
* Mark FORBIDDEN the remaining ports that are vulnerable for more thandougb2011-09-261-0/+3
| | | | | | | | | | 2 weeks according to portaudit (ranging from 23 days to 7 years). The maintainers were notified by mail that this action would be taken on 2011-09-03. (Ports for which maintainers responded have been/will be dealt with separately.) Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few ports that rely on those DEPRECATED ports.
* Drop maintainership as I'm not using this software anymore.novel2011-09-251-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2417-32/+21
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Update to 0.6.0sunpoet2011-09-233-18/+21
| | | | | | - Sort PLIST Changes: https://github.com/msoulier/tftpy/blob/a5a42a3cc4949538fb83b55822d2df7398eb0771/ChangeLog
* - Space/Tab twiddlesunpoet2011-09-221-9/+9
| | | | - Take maintainership
* - Reassign to the heaptabthorpe2011-09-221-1/+1
|
* Fix pkg-plist: do not remove lib/charset.aliasvd2011-09-212-3/+1
| | | | Spotted by: olgeni@, pav@
* Fix compilation with SSL.vd2011-09-201-1/+1
| | | | Submitted by: Sture Åhlin <sture.ahlin@telia.com>
* Update to 4.3.2martymac2011-09-204-22/+12
|
* Upgrade ftp/wget from 1.12 to 1.13.4vd2011-09-2013-184/+5
|
* - Update to 1.6-10tota2011-09-062-3/+3
|
* 2011-09-01 deskutils/gkrellm-gtodo: No more public distfilesbapt2011-09-0114-274/+0
| | | | | | | | | | | | | | | | | | | | | 2011-09-01 deskutils/xopps: No more public distfiles 2011-09-01 devel/adocman: No more public distfiles 2011-09-01 devel/bisongen: No more public distfiles 2011-09-01 devel/crow: BROKEN for more than 6 month 2011-09-01 devel/p5-Config-INI-MVP: Disappear from CPAN 2011-09-01 devel/p5-Date-Set: Disappear from CPAN 2011-09-01 devel/p5-File-FTS: No more public distfiles 2011-09-01 devel/p5-PerlMenu: No more public distfiles 2011-09-01 devel/p5-Proc-PIDFile: No more public distfiles 2011-09-01 devel/p5-UNIVERSAL-exports: Disappear from CPAN 2011-09-01 devel/ruby-rbtree: No Master Site 2011-09-01 dns/host: No more public distfiles 2011-09-01 emulators/linux-padjoy: No more public distfiles 2011-09-01 emulators/mame-extras: No more public distfiles 2011-09-01 emulators/snespp: BROKEN for more than 6 month 2011-09-01 emulators/xgs: No more public distfiles 2011-09-01 ftp/gproftpd: No more public distfiles 2011-09-01 ftp/muddleftpd: No more public distfiles
* Update to 3.5.1.jsa2011-08-312-7/+6
| | | | Approved by: kwm (mentor)
* - Add a new port: ftp/R-cran-RCurltota2011-08-294-0/+36
| | | | | | | | | | The RCurl package is an R-interface to the libcurl library that provides HTTP facilities. This allows us to download files from Web servers, post forms, use HTTPS (the secure HTTP), use persistent connections, upload files, use binary content, handle redirects, password authentication, etc. WWW: http://www.omegahat.org/RCurl/
* llnlxftp has been resurrected.cy2011-08-281-0/+1
|
* Resurrect llnlxftp. Distfile was moved to a new LLNL site.cy2011-08-285-0/+83
|
* - Fix MASTER_SITESmiwi2011-08-261-1/+1
| | | | | PR: 160100 Submitted by: Ports Fury
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵kwm2011-08-242-2/+13
| | | | needed.
* - Add p5-SOAP-Transport-FTP 0.711sunpoet2011-08-235-0/+46
| | | | | | | | | The SOAP::Transport::FTP module is automatically loaded by the SOAP::Transport portion of the client structure. It is brought in when an endpoint is specified via the proxy method that starts with the characters, ftp://. This module provides only a client class. WWW: http://search.cpan.org/dist/SOAP-Transport-FTP/
* - USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/ohauer2011-08-211-1/+1
|
* - update to 0.18bapt2011-08-172-3/+3
| | | | - changes: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.18/Changes
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-122-2/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* llnlxftp was not actually restored from Attic. Remove it to make pointyhatlinimon2011-08-081-1/+0
| | | | | | happy. Pointy hat to: cy
* - Update to 0.3.8;romain2011-08-064-9/+14
| | | | - Take maintainership.
* - update MASTER_SITEdinoex2011-08-051-1/+1
| | | | | PR: 159504 Submitted by: Dr Josef L P Karthauser
* Deprecate some ports where I can't find distfiles and upstreambapt2011-08-032-0/+6
|
* - Update to 3.6sylvio2011-07-282-3/+3
|
* - Update to 3.5sylvio2011-07-282-3/+3
| | | | | PR: ports/158849 Submitted by: Jesse <jessefrgsmith@yahoo.ca>
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
* Resurrect ftp/mirror.cy2011-07-181-0/+1
|
* Resurrect this port. Adjust master sites and assume maintainership.cy2011-07-189-0/+463
|
* Bring this port back from the dead and assume maintainership of it.cy2011-07-185-0/+81
|
* Bring back ftp/llnlxdir and ftp/llnlxftp back from the dead.cy2011-07-181-0/+2
|
* Set maintainer of Horde ports to horde@FreeBSD.orgmm2011-07-151-1/+1
| | | | Approved by: maintainer (beech@ and mm@)
* Fix build with clangarved2011-07-141-0/+2
| | | | | PR: 158587 Submitted by: Niclas Zeising
* - Remove USE_GZIP=yes since it is defaultwen2011-07-071-1/+0
| | | | | | PR: ports/157174 Submitted by: Alex kozlov <spam@rm-rf.kiev.ua> Approved by: pav@(portmgr)
* - Reassign to the heaptabthorpe2011-07-053-3/+3
|
* - Update to 1.3.7ashish2011-07-042-4/+3
| | | | Obtained from: FreeBSD Haskell
* - Chase the libgcrypt shared lib versionswills2011-07-031-1/+2
|
* Update to 4.3.1martymac2011-06-293-9/+8
|
* Update to version 3.5demon2011-06-282-3/+4
| | | | PR: 158047, 158365
* - Update to 0.7.15swills2011-06-262-3/+3
| | | | | PR: ports/158298 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer)
* Mark broken some ports with unfetchable distfilesbapt2011-06-171-0/+2
|
* Local presence of sqlite3.h let this neww depend slip in unnoticed.jsa2011-06-111-0/+1
| | | | | | Fix the build. Pointyhat to myself. Approved by: wxs (mentor)
* Update to 3.5.0.jsa2011-06-082-4/+3
| | | | Approved by: wxs (mentor)
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-066-7/+9
|
* Remove expired ports:rene2011-06-027-123/+0
| | | | | | | | | | | | | | | | 2011-05-01 german/citrix_xenapp: "crashes with f10" 2011-05-01 japanese/citrix_xenapp: "crashes with f10" 2011-05-01 net/citrix_xenapp: "crashes with f10" 2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by default 2011-05-01 java/gj: Upstream disapear and distfile is no more available 2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more available 2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore. 2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available 2011-05-01 www/py-django11: Unsupported (no longer receive security updates or bugfixes) 2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the build. 2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken 2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv
* Bump PORTREVISION of all ports dependent on lang/ghc as duringashish2011-05-261-0/+1
| | | | | | | upgrade, lang/ghc cabal package cache gets invalidated causing all dependent ports to be reinstalled. Obtained from: FreeBSD Haskell
* - Fix build on OSVERSION > 900035 by disabling use of posix_fallocate()martymac2011-05-231-1/+4
| | | | | | | - Remove CPPFLAGS from CONFIGURE_ENV PR: ports/157233 Submitted by: bf
* - fix build on FreeBSD 9.0-CURRENTdinoex2011-05-222-8/+13
| | | | | PR: 157124 Submitted by: Andrey V. Elsukov
* - Update to 3.4sylvio2011-05-213-5/+34
| | | | - Add license
* Update to 4.2.3martymac2011-05-162-3/+3
|
* - Update to 1.0.32garga2011-05-102-4/+3
| | | | | | PR: ports/155386 Submitted by: Zhihao Yuan <lichray@gmail.com> Security: CVE-2011-1575
* - Please welcome GHC 7.0.3ashish2011-05-093-25/+7
| | | | | | | | | | | | | | | | | GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports are also updated to their corresponding Haskell Platform versions, or latest versions. We would like to acknowledge the support of the FreeBSD Donations Team and Eotvos Lorand University, Faculty of Informatics who contributed to the server that we used for testing. We would also like to thank all the testers who tested FreeBSD Haskell ports and provided their feedback. PR: ports/156642 Approved by: tabthorpe (mentor) Obtained from: FreeBSD Haskell
* Update to 1.3.3emm2011-05-033-25/+3
|
* Remove textedit and ftptool which depends on itbapt2011-05-038-730/+0
| | | | | ftp/ftptool, Removed, depend on this expired editors/textedit 2011-05-01 editors/textedit: Upstream disapear and distfile is no more available
* Remove unmaintained expired ports from ftpbapt2011-05-0265-1750/+0
| | | | | | | | | | | | 2011-05-01 ftp/axyftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/emacs-wget: Upstream disapear and distfile is no more available 2011-05-01 ftp/llnlxdir: Upstream disapear and distfile is no more available 2011-05-01 ftp/llnlxftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/mirror: Upstream disapear and distfile is no more available 2011-05-01 ftp/moftpd: Upstream disapear and distfile is no more available 2011-05-01 ftp/wu-ftpd: Upstream disapear and distfile is no more available 2011-05-01 ftp/xrmftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/yale-tftpd: Upstream disapear and distfile is no more available
* - Mark BROKEN on 9-CURRENT: does not compilepav2011-05-021-3/+4
| | | | | | | | | sysdeputil.c:611: error: 'cap_t' undeclared (first use in this function) [..] Reported by: pointyhat - While here, remove 6.X specific conditional
* Update to version 3.4.3.demon2011-04-252-3/+3
|
* Update to 4.2.2martymac2011-04-222-3/+3
|
* - Reassign to the heaptabthorpe2011-04-161-1/+1
| | | | Submitted by: tmclaugh
* Update to 3.4.0.jsa2011-04-073-8/+5
| | | | Approved by: kwm (mentor)
* - Bump portrevisions on all ocaml libraries, as it appears that compiledstas2011-04-061-0/+1
| | | | | | | | interface files (.cmi) are not backward compatible with a newer ocaml version. PR: ports/156195 Suggested by: mandree
* Garbage collect expired portsrene2011-04-053-42/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-04-01 accessibility/linux-f8-atk: End of Life since Jan 7, 2009 2011-04-01 archivers/linux-f8-ucl: End of Life since Jan 7, 2009 2011-04-01 archivers/linux-f8-upx: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-alsa-lib: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-arts: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-esound: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-freealut: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libaudiofile: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libogg: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-libvorbis: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-mikmod: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-nas-libs: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-openal: End of Life since Jan 7, 2009 2011-04-01 audio/linux-f8-sdl_mixer: End of Life since Jan 7, 2009 2011-04-01 databases/linux-f8-sqlite3: End of Life since Jan 7, 2009 2011-04-02 databases/postgresql81-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql73-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql74-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-02 databases/postgresql80-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy 2011-04-01 devel/linux-f8-libglade: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-sdl12: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-allegro: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-libsigc++20: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-libglade2: End of Life since Jan 7, 2009 2011-04-01 devel/linux-f8-nspr: End of Life since Jan 7, 2009 2011-04-01 dns/linux-f8-libidn: End of Life since Jan 7, 2009 2011-04-01 emulators/linux_base-f8: End of Life since Jan 7, 2009 2011-04-01 emulators/linux_base-f9: End of Life since Jul 10, 2009 2011-04-01 emulators/linux_base-fc6: End of Life since December 7, 2007 2011-04-01 emulators/linux_base-f7: End of Life since June 13, 2008 2011-04-01 ftp/linux-f8-curl: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-sdl_image: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-ungif: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-imlib: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-cairo: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-dri: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-gdk-pixbuf: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-jpeg: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-png: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-libGLU: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-libmng: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-png10: End of Life since Jan 7, 2009 2011-04-01 graphics/linux-f8-tiff: End of Life since Jan 7, 2009 2011-04-01 lang/linux-f8-libg2c: End of Life since Jan 7, 2009 2011-04-01 lang/linux-f8-tcl84: End of Life since Jan 7, 2009 2011-04-01 multimedia/linux-f8-libtheora: End of Life since Jan 7, 2009 2011-04-02 net-p2p/dcd: No fetch sources and looks like project abandoned 2011-03-31 net/straw: abandoned upstream and does not work with python 2.6+ 2011-04-01 security/linux-f8-libssh2: End of Life since Jan 7, 2009 2011-04-01 security/linux-f8-nss: End of Life since Jan 7, 2009 2011-04-01 security/linux-f8-openssl: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-libxml2: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-scim-gtk: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-scim-libs: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-expat: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-libxml: End of Life since Jan 7, 2009 2011-04-01 textproc/linux-f8-aspell: End of Life since Jan 7, 2009 2011-04-01 www/linux-f8-flashplugin10: End of Life since Jan 7, 2009 2011-03-30 www/mediawiki112: abandoned upstream 2011-03-30 www/mediawiki113: abandoned upstream 2011-03-30 www/mediawiki114: abandoned upstream 2011-03-30 www/mediawiki16: abandoned upstream 2011-04-01 x11-fonts/linux-f8-fontconfig: End of Life since Jan 7, 2009 2011-03-01 x11-themes/gnome-icons-cool-gorilla: "no mastersite" 2011-04-01 x11-themes/linux-f8-hicolor-icon-theme: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-gtk: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-gtk2: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-openmotif: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-pango: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-qt33: End of Life since Jan 7, 2009 2011-04-01 x11-toolkits/linux-f8-tk84: End of Life since Jan 7, 2009 2011-04-01 x11/linux-f8-xorg-libs: End of Life since Jan 7, 2009
* - update to 0.17bapt2011-03-252-3/+3
| | | | - changes: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.17/Changes
* - update to 0.32bapt2011-03-252-3/+3
| | | | - changes: http://search.cpan.org/src/BINGOS/File-Fetch-0.32/CHANGES
* - Add LICENSE knob(s)mm2011-03-231-0/+3
|
* Update to 4.2.0martymac2011-03-222-3/+3
| | | | Approved by: ehaupt (mentor)
* - Get Rid MD5 supportmiwi2011-03-1996-109/+0
|
* - update to 2.6lwhsu2011-03-182-3/+3
| | | | | PR: ports/155605 Submitted by: Ruslan Mahmatkhanov <cvs-src AT yandex.ru>
* Deprecate unmaintained ports from ftp where upstream disapear and/orbapt2011-03-1610-0/+30
| | | | where no distfiles can be found and are not used by maintained ports
* Add optional dependency to libidnvd2011-03-151-2/+10
| | | | | | | | | Previously if libidn was present during wget configure time then wget would have picked it up, but the dependency would not have been recorded in the installed packages database thus later upgrade or deinstallation of libidn would break wget. Spotted by: sergey.dyatko@gmail.com, wenheping@gmail.com
* - Bump PORTREVISION to chase the update of dns/libidnwen2011-03-142-2/+4
|
* - Update to 0.6.0lwhsu2011-03-053-14/+29
| | | | | | | - Add license PR: ports/155290 Submitted by: Ruslan Mahmatkhanov <cvs-src AT yandex.ru>
* - update to 2.5lwhsu2011-03-054-28/+15
| | | | | PR: ports/155289 Submitted by: Ruslan Mahmatkhanov <cvs-src AT yandex.ru>
* Add a more reliable mirrors for fc4 and f10 linux emulation ports.ehaupt2011-03-031-0/+1
| | | | | Triggered by: distilator Reviewed by: netchild (emulation)
* Take maintainershipbeech2011-03-031-1/+1
| | | | | | PR: ports/155217 Submitted by: chris petrik (c.petrik.sosa@gmail.com) Approved by: itetcu (mentor)(implicit)
* Return these ports to the pool.linimon2011-03-032-2/+2
| | | | | PR: ports/155217 Submitted by: maintainer
* Deprecate all non-default Fedora based linux_base respectively linux-fx-*netchild2011-02-281-0/+3
| | | | | | | | | ports. All of them are End of Life (no security updates) since a loooong time. As they are not the default, I decided to go with a short expiration date (one month). The maintainer of the few ports which depend upon the f8 infrastructure is informed to take action (update to the default f10 infrastructure, or to deprecate).
* - Update to 0.7.12wen2011-02-282-3/+3
| | | | | PR: ports/155096 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer)
* - Kick ftp/junglemoneky to fix the index aftermiwi2011-02-287-109/+0
| | | | net/gnet removal
* - Mark as DEPRECATED and set EXPIRATION_DATE due it's no longer maintained ↵araujo2011-02-271-0/+3
| | | | | | | | | since 2003 as well as its dependencies that isn't more updated and can't be fetched. Also it can't be build using net/gnet2. Reported by: cperciva
* - Reassign ports to heaptabthorpe2011-02-273-3/+3
| | | | Submitted by: alepulver
* Chase after net/openldap24-server update.delphij2011-02-251-0/+1
| | | | Reminded by: miwi
* Update to version 3.4.1.demon2011-02-222-3/+3
|
* - update to 2.3.4dinoex2011-02-182-4/+3
|
* - Update to 4.1.3martymac2011-02-142-13/+10
| | | | | | | | - Remove outdated DEPENDS (related to now EOL'd FreeBSD versions) - Reworked PORTDOCS and config file installation Approved by: ehaupt (mentor) Feature safe: yes
* - Update to 3.1sylvio2011-02-102-4/+3
|
* Fix my last commitkevlo2011-02-091-3/+3
|