1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

275394 Commits

Author SHA1 Message Date
Martin Matuska
44c7a4f3f7 Add patch for upstream bug #899284
https://bugs.launchpad.net/jabberd2/+bug/899284

Reported by:	decke
Feature safe:	yes
2012-03-19 09:57:05 +00:00
Frederic Culot
bae5a4a543 WWW::LongURL is a simple interface for using the LongURL API to expand
shortened URLs.

WWW: http://search.cpan.org/dist/WWW-LongURL/

PR:		ports/166186
Submitted by:	Yi-Hsuan Hsin <mhsin@mhsin.org>
Feature safe:	yes
2012-03-19 09:42:24 +00:00
Ruslan Makhmatkhanov
53fa14f801 Pass maintainership to new volunteer.
Technically maintainership of this port should reset after the repocopy
(because maintainership of the repocopied port was resetted later). The new
maintainer give his agreement by private mail.

Approved by:	maintainer timeout (mail bounce)
Feature safe:	yes
2012-03-19 09:29:37 +00:00
Martin Matuska
3478ae5e15 Add patch for upstream bug #2391
Reorganize patches

Feature safe:	yes
2012-03-19 09:18:13 +00:00
Frederic Culot
0ee1cbc216 - Update to 0.98
Changes:	http://search.cpan.org/dist/Devel-CheckLib/CHANGES
Feature safe:	yes
2012-03-19 08:03:52 +00:00
Gordon Tetlow
3930185740 Update p4d to 2011.1/428451.
Feature safe:	yes
2012-03-19 06:08:13 +00:00
Steve Wills
953a35c8e6 - Update to 2.7.12
Feature safe:	yes
2012-03-19 02:27:47 +00:00
Steve Wills
3f0ca81b7b - Add missing DEPENDS
- Bump PORTREVISION

PR:		ports/166134
Approved by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Feature safe:	yes
2012-03-19 02:03:19 +00:00
Ryan Steinmetz
6d1fcb0916 - Resolve issue where the the daemon would fail to start [1]
- Resolve issue on systems set to UTC time would fail copying /etc/localtime to the chroot [2]

PR:		ports/162447 [1]
Submitted by:	Hilko Meyer <hilko.meyer@gmx.de> [1]
Reported by:	dougb@ [2]
Feature safe:	yes
2012-03-19 01:28:35 +00:00
Wesley Shields
97ddcf58ff Update to 3.03b.
Switch to using PLIST_FILES and PORTDOCS.
No longer require gmake.
Don't require bash (build.sh).

PR:		ports/166224 (based upon)
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
Feature safe:	yes
2012-03-19 01:19:52 +00:00
Michael Scheidell
798cb0c68f Add new port databases/datamodeler: a free data and database modeling tool,
providing a full range of utilities to support your data modeling needs. SQL
Developer Data Modeler can connect to any supported Oracle Database and is
- Note: will not extract for FreeBSD < 8.2

PR:		ports/161894
Submitted by:	José García Juanino <jjuanino@gmail.com> aintainer)
Approved by:	José García Juanino <jjuanino@gmail.com> (maintaine
Feature safe:	yes
2012-03-19 01:03:41 +00:00
Michael Scheidell
480e1b790e - unbreak build if NOPORTDOCS defined
- No PORTREVISION bump

PR:		ports/166185
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	Dirk Jagdmann <doj@cubic.org> (maintainer)
Feature safe:	yes
2012-03-19 00:26:04 +00:00
Gabor Kovesdan
f4cf96afe6 - Update to 20120318, which contains bugfixes and minor performance
improvements [1]
- Add OPTIONS with NLS and OVERWRITE_BASE [2]
- Fix plist [3]

Submitted by:	Oleg Moskalenko <oleg.moskalenko@citrix.com> [1]
Requested by:	Mark Felder <feld@feld.me> [2] (via current@)
Reported by:	erwinmail and pavmail [3]
Feature safe:	yes
2012-03-18 23:48:38 +00:00
Dmitry Marakasov
f8b6f2db73 - Update to 0.6.0
Feature safe:	yes
2012-03-18 22:59:00 +00:00
Juergen Lock
abf9bd340a Remove bogus PORTREVISIONs that are overriden by the one in Makefile.common
Feature safe:	yes
2012-03-18 22:32:16 +00:00
Chris Rees
302a68db88 - Reset maintainer; deprecate for removal on 18/May
- [Just in case it gets resurrected, correct bsd.port.*.mk inclusions]

PR:		ports/166151
Submitted by:	crees
Approved by:	mav (maintainer)
Feature safe:	yes
2012-03-18 21:00:30 +00:00
Doug Barton
143fbcaf4f * Sun Mar 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.7
- BUGFIX: Fix important HTTP request parsing bug (Web UI)

Feature safe:	yes
2012-03-18 20:44:17 +00:00
Juergen Lock
0f7f803b5b - Update to 2.5.6 . [1]
- Add patch to fix build when multimedia/ffmpeg is also installed.

PR:		ports/166104 [1]
Submitted by:	4721@hushmail.com [1]
Feature safe:	yes
2012-03-18 20:30:59 +00:00
Pav Lucistnik
fde0796cbc - Mark BROKEN on 7.X: does not compile
handlers.c: In function 'W_HandleInputEvents':
  handlers.c:471: error: 'fd_set' undeclared (first use in this function)
  handlers.c:471: error: (Each undeclared identifier is reported only once
  handlers.c:471: error: for each function it appears in.)
  handlers.c:471: error: expected ';' before 'rset'
  handlers.c:486: warning: implicit declaration of function 'FD_ZERO'
  handlers.c:486: error: 'rset' undeclared (first use in this function)
  handlers.c:487: error: 'wset' undeclared (first use in this function)
  handlers.c:488: error: 'eset' undeclared (first use in this function)
  handlers.c:493: warning: implicit declaration of function 'FD_SET'
  handlers.c:527: warning: implicit declaration of function 'select'
  handlers.c:542: warning: implicit declaration of function 'FD_ISSET'

Reported by:	pointyhat
Feature safe:	yes
2012-03-18 20:13:55 +00:00
Pav Lucistnik
7e77d921eb - Mark BROKEN on FreeBSD 7: does not compile
openssl_cert.cpp:1296:2: error: #error "Unexpected OpenSSL version; check X509_ATTRIBUTE struct compatibility"
  openssl_cert.cpp: In function 'int tqsl_getCertificatePrivateKeyType(void*)':
  openssl_cert.cpp:1053: warning: deprecated conversion from string constant to 'char*'
  openssl_cert.cpp: In function 'int tqsl_add_bag_attribute(PKCS12_SAFEBAG*, const char*, const std::string&)':
  openssl_cert.cpp:1271: error: 'asc2uni' was not declared in this scope
  openssl_cert.cpp: In function 'int tqsl_exportPKCS12File(void*, const char*, const char*)':
  openssl_cert.cpp:1484: error: conditional expression between distinct pointer types 'int (*)()' and 'int (*)(PKCS7*, unsigned char**)' lacks a cast
  openssl_cert.cpp:1484: error: invalid conversion from 'int (*)()' to 'void*'
  openssl_cert.cpp:1484: error: invalid conversion from 'int (*)(PKCS7*, unsigned char**)' to 'void*'
  openssl_cert.cpp:1484: error: invalid conversion from 'void*' to 'stack_st_OPENSSL_BLOCK*'
  openssl_cert.cpp:1484: error:   initializing argument 1 of 'unsigned char* ASN1_seq_pack(stack_st_OPENSSL_BLOCK*, int (*)(void*, unsigned char**), unsigned char**, int*)'
  openssl_cert.cpp: In function 'int tqsl_get_bag_attribute(PKCS12_SAFEBAG*, const char*, std::string&)':
  openssl_cert.cpp:1549: error: 'uni2asc' was not declared in this scope
  openssl_cert.cpp: At global scope:
  openssl_cert.cpp:2407: warning: 'int tqsl_cert_get_subject_name_count(X509*)' defined but not used
  openssl_cert.cpp:2416: warning: 'int tqsl_cert_get_subject_name_index(X509*, int, TQSL_X509_NAME_ITEM*)' defined but not used
  openssl_cert.cpp:2442: warning: 'int tqsl_cert_get_subject_date(X509*, const char*, tQSL_Date*)' defined but not used
  *** Error code 1

Reported by:	pointyhat
Feature safe:	yes
2012-03-18 20:11:43 +00:00
Gerald Pfeifer
eed05d4126 Replace USE_GCC=4.5+ by USE_GCC=4.6+ which has been transparently
done by the ports infrastructure for a while.

PR:		166215
Approved by:	maintainer (sawp@sawp.com.br)
Feature safe:	yes
2012-03-18 20:03:40 +00:00
Ruslan Makhmatkhanov
de64ab802a Remove expired port: This was only needed for mail/py-spambayes. Now
it's not.

Feature safe:	yes
2012-03-18 19:42:16 +00:00
Ruslan Makhmatkhanov
25ebef1a1a - Mark as deprecated. Set expiration date to 2012-04-18.
This versions of dbmail no more supported upstream. This ports are
unmaintained and not required by other ports.

Additionally, reset maintainer for mail/dbmail20 because of mail bounce.

Feature safe:	yes
2012-03-18 19:32:16 +00:00
Ruslan Makhmatkhanov
322bca6699 Connect mail/dbmail22 to the build again since mail/dbmail was updated.
Feature safe:	yes
2012-03-18 19:18:50 +00:00
Ruslan Makhmatkhanov
336a64246a - update to 3.0.2
- pass maintainership to submitter
- add LICENSE
- drop optional dependencies on database backends - since 3.0 it's
  handled with libzdb
- rename rc-scripts to .sh-less ones
- add UPDATING entry for users, that want to stay with dbmail 2.2.x

Please note, that committed patch is reworked version of originally
submitted (missing deps added, rc-scripts renamed, NOPORTDOCS issue
handled more completely, some plist fixes applied). Sorry for delay.

PR:		164631
Submitted by:	Alan Hicks <ahicks at p-o.co dot uk>
Feature safe:	yes
2012-03-18 19:17:12 +00:00
Baptiste Daroussin
44046d0943 - update to 20120317175325 (aka 1.22)
- changes:
  * Greatly improved "diff" processing
  * Harden the CGI processing logic against DOS attacks
  * Add the ability to run TH1 scripts after sync requests
  * Make ".fslckout" the alternative name for the "_FOSSIL_" file
  * Change the "ssh:" transfer method to allow all access regardless of user permission
  * Various additions and fixes for the JSON API
  * --cherrypick merges use their origin's commit message by default
  * Update to use SQLite version 3.7.11
  * more here: http://www.fossil-scm.org/fossil/doc/f7e215bcac885/www/changes.wiki

Feature safe:	yes
2012-03-18 19:14:24 +00:00
Steve Wills
21a630b21d - Mark DEPRECATED since it only works with mod_perl 1 which is gone
Feature safe:	yes
2012-03-18 19:08:16 +00:00
Gerald Pfeifer
b8357b9919 Update to the 4.4.7 release which closes the GCC 4.7 release series
and branch.

Feature safe:	yes
2012-03-18 18:58:19 +00:00
Steve Wills
c06c3bf04e - Add missing DEPENDS
- Bump PORTREVISION

PR:		ports/165826
Approved by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
Feature safe:	yes
2012-03-18 18:04:09 +00:00
Chris Rees
ff48c28a56 Many find Bugzilla's web-based UI inefficient. PyBugz is a command-line based
interface that was written by Alastair Tse in order to improve his interaction
with Gentoo Bugzilla

Features
--------
* Searching bugzilla
* Listing details of a bug including comments and attachments
* Downloading/viewing attachments from bugzilla
* Posting bugs, comments, and making changes to an existing bug.
* Adding attachments to a bug.

There is extensive help in `bugz --help` and `bugz <subcommand>
--help` for additional options.

WWW:	https://github.com/williamh/pybugz

Feature safe:	yes
2012-03-18 17:49:42 +00:00
Joe Marcus Clarke
82e87de646 Update to 2.10.2. See http://developer.pidgin.im/wiki/ChangeLog for a
list of changes in this release.

Feature safe:	yes
2012-03-18 17:00:35 +00:00
Jun Kuriyama
54d2c7538d Simple set-and-forget using of a '/share' directory in your projects
root.

WWW: http://search.cpan.org/dist/File-ShareDir-ProjectDistDir/

Feature safe:	yes
2012-03-18 16:22:58 +00:00
Jun Kuriyama
19ca77b722 This module extends Config::INI to support reading and writing
MySQL-style configuration files.  Although deceptively similar to
standard .INI files, they can include bare boolean options with no
value assignment and additional features like !include and
!includedir.

WWW: http://search.cpan.org/dist/Config-MySQL/

Feature safe:	yes
2012-03-18 15:54:45 +00:00
Jun Kuriyama
497bf417eb - Upgrade to 0.35.
Feature safe:	yes
2012-03-18 15:04:47 +00:00
Eitan Adler
01d80d32fb This version of the port doesn't exist anymore.
Feature safe:	yes
2012-03-18 14:45:29 +00:00
Michael Scheidell
0c7646af77 - Update audio/taglib to 1.7.1
- This fixes multiple security vulnerabilities found in the previous versions
- Fixes CVE-2012-1107 and CVE-2012-1108
- As reported by Zubin Mithra: https://bugs.launchpad.net/ubuntu/+source/taglib/+bug/945415
- Arrange MASTER_SITES so most reliable site is tried first
- Move LICENSE to satisfy portlint

PR:		ports/166219
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Reported by:	Zubin Mithra
Approved by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Feature safe:	yes
2012-03-18 13:51:42 +00:00
Brendan Fabeny
cae27aa3d8 add a mirror
Feature safe:	yes
2012-03-18 12:26:33 +00:00
Marcus von Appen
17382b6d89 - Update to 2.62
Submitted by:	Rob Messick <robmessick@gmail.com>
Feature safe:	yes
2012-03-18 12:14:59 +00:00
Renato Botelho
f90deec7d6 Due to a bug, the download report only showed the host name instead of the
full url as it used to do prior to version 2.3.2.

Fix it applying a patch that was committed upstream.

PR:		ports/165412
Submitted by:	Kryol <kryol@bigmir.net>
Feature safe:	yes
2012-03-18 11:37:48 +00:00
Dennis Herrmann
0f15b1a8ce - Update to 0.5.9
Feature safe:	yes
2012-03-18 11:14:54 +00:00
Ashish SHUKLA
f95b6d0e66 - Update to 0.026
Feature safe:	yes
2012-03-18 11:02:11 +00:00
Ashish SHUKLA
8fa6b11be8 - Update to 3.17
Feature safe:	yes
2012-03-18 10:57:36 +00:00
Dennis Herrmann
6e1faa6d01 - Update to 1.9
PR:		ports/166216
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
Feature safe:	yes
2012-03-18 10:57:12 +00:00
Ashish SHUKLA
943e3e803c - Add missing DEPENDS that the module uses but doesn't declare
- Avoid use of SITE_PERL in DEPENDS
- Bump PORTREVISION

PR:		ports/165881
Submitted by:	swills
Feature safe:	yes
2012-03-18 10:40:19 +00:00
Ashish SHUKLA
4dd805669a Update to 5.71
Feature safe:	yes
2012-03-18 10:35:52 +00:00
Martin Wilke
1297eba1d8 - Update to 1.2.3_4
- Take maintainership

PR:		166178
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-18 09:19:23 +00:00
Martin Wilke
86a7474d1c - Update to 7.0.0
- Pass maintainership to submitter

PR:		166061
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-18 08:08:45 +00:00
Martin Wilke
2c698cf608 - Update to 0.61
- Pass maintainership to submitter

PR:		166007
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-18 08:07:51 +00:00
Martin Wilke
d695d32b1e - Update to 2.0.17
- Pass maintainership to submitter

PR:		166000
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-18 08:06:50 +00:00
Martin Wilke
01fdf790a7 - Update to 2.4
- Pass maintainership to submitter

PR:		165986
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-18 08:05:55 +00:00