1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

14982 Commits

Author SHA1 Message Date
Frederic Culot
8707f46969 - Update to 4.30.1
Changes:	http://pyropus.ca/software/getmail/CHANGELOG
PR:		ports/169327
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
2012-06-22 16:27:51 +00:00
Sunpoet Po-Chuan Hsieh
bc1e6235af - Update to 4.30.0
Changes:	http://pyropus.ca/software/getmail/CHANGELOG
PR:		ports/169297
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
2012-06-22 01:29:22 +00:00
Alex Dupre
db853aaf18 Fix tinderbox build and remove FETCH_DEPENDS for normal users. 2012-06-21 13:38:11 +00:00
Cy Schubert
ba29725e32 Add support for ports using this port as master, e.g. chinese/mutt.
Approved by:	Maintainer ("Schweigert, Udo CERT" <Udo.Schweigert@siemens.com>)
2012-06-20 20:11:47 +00:00
Frederic Culot
414acad0d1 - Update to 1.35
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/MIME-Types/ChangeLog
2012-06-20 17:36:48 +00:00
Sergey Skvortsov
8ff1cbff64 Mark as ignored when build with Perl 5.14+ 2012-06-20 05:20:06 +00:00
Beat Gaetzi
c3e9184064 - Update to 13.0.1 2012-06-19 18:27:39 +00:00
Beat Gaetzi
62dd155cb0 - Update to 13.0.1
- Fix build with base gcc by lowering the optimization level [1]

Submitted by:	mezz [1]
2012-06-19 18:27:11 +00:00
Eygene Ryabinkin
68dba16b26 mail/offlineimap: upgrade to 6.5.4
Changes since 6.5.3.1:

 - Bump bundled imaplib2 library 2.29 --> 2.33
 - Actually perform the SSL fingerprint check (reported by J. Cook)
 - Curses UI, don't use colors after we shut down curses already
   (C.H"oger)
 - Document that '%' needs encoding as '%%' in *.conf
 - Fix crash when IMAP.quickchanged() led to an Error
   (reported by sharat87)
 - Implement the createfolders setting to disable folder propagation
   (see docs)

Changes since 6.5.3:

 - Don't fail if no dry-run setting exists in offlineimap.conf
   (introduced in 6.5.3)

Changes since 6.5.2.1:

 - --dry-run mode protects us from performing any actual action.
   It will not precisely give the exact information what will happen.
   If e.g. it would need to create a folder, it merely outputs "Would
   create folder X", but not how many and which mails it would
   transfer.
 - Internal code changes to prepare for Python3
 - Improve user documentation of nametrans/folderfilter
 - Fixed some cases where invalid nametrans rules were not caught and
   we would not propagate local folders to the remote repository. (now
   tested in test03)
 - Revert "* Slight performance enhancement uploading mails to an IMAP
   server in the common case." It might have led to instabilities.
 - Revamped documentation structure. make in the docs dir or make doc
   in the root dir will now create the 1) man page and 2) the user
   documentation using sphinx (requiring python-doctools, and sphinx).
   The resulting user docs are in docs/html. You can also only create
   the man pages with make man in the docs dir.
 - -f command line option only works on the untranslated remote
   repository folder names now. Previously folderfilters had to match
   both the local AND remote name which caused unwanted behavior in
   combination with nametrans rules. Clarify in the help text.
 - Some better output when using nonsensical configuration settings
2012-06-19 08:41:42 +00:00
Ruslan Makhmatkhanov
23d1dc9cec - return back -2.7 value to USE_PYTHON, because latest version still
doesn't support python3, and python < 2.6 will be removed in couple of
  weeks anyway

Approved by:    koobs k <koobs.freebsd at gmail dot com> (maintainer, via mail)
2012-06-18 09:04:19 +00:00
Alex Dupre
a504001b5e Update to 1.9.3 release. 2012-06-18 07:51:07 +00:00
Sylvio Cesar Teixeira
912f32ad31 - Update to 1.1b1
- Pass maintainership to submitter
- Point to CHEESESHOP
- Add LICENSE
- Reorder USE_* variables
- Remove uneeded PY*_{EGG,PKGNAME} variables
- Update and sort pkg-plist

PR:		ports/169097
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-06-17 23:48:10 +00:00
Baptiste Daroussin
355195d82f Fix NLS logic after new options framework
Reported by:	pointyhat (linimon)
2012-06-17 21:57:30 +00:00
Sylvio Cesar Teixeira
cdaf90bcfd - Update to version 1.21
Remove file:
files/patch-dns.c
pkg-plist

PR:		ports/169002
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-17 20:20:01 +00:00
Michael Scheidell
7bea89c744 - Fix for IO-Socket-SSL > 1.70 (upstream needs to be fixed also)
- Make p5-IO-Socket-INET6 optional (Honor WITHOUT_IPV6)

PR:		ports/168381
Reported by:	Imil <charlz_klug@mail.ru>
Submitted by:	scheidell@ (me)
Approved by:	Frank Wall <fw@moov.de> (maintainer)
2012-06-16 23:00:12 +00:00
Ashish SHUKLA
de087b4e0e - Update to latest snapshot 201206161848
- Remove a patch, accepted by upstream
2012-06-16 22:34:10 +00:00
Cy Schubert
39bf500cc3 Fix runtime when krb5 or heimdal from ports is used.
PR:		ports/168639
Approved by:	maintainer (implicit)
2012-06-16 06:56:30 +00:00
Cy Schubert
8102f883ff Fix build when linking against MIT KRB5 libraries.
Check for and use Heimdal in ports if available.

PR:		ports/167639
Approved by:	maintainer (implicit)
2012-06-16 06:08:30 +00:00
Cy Schubert
adee0a1d1f If we find MIT KRB5 in $KRB5_HOME, drag it in.
Approved by:	Maintainer (Udo Schweigert <Udo.Schweigert@siemens.com>)
2012-06-15 05:25:00 +00:00
Ashish SHUKLA
c0afec7f93 - extend CONFLICTS
Approved by:	sahil (maintainer)
2012-06-15 02:22:13 +00:00
Johan van Selst
91b477a02e - Convert to new options framework
- Simplify options handling
- Register additional conflicts
2012-06-14 20:20:54 +00:00
Baptiste Daroussin
7da39d11c2 Convert to new options framework 2012-06-13 05:55:02 +00:00
Baptiste Daroussin
6650773ab1 2012-05-31 deskutils/sciplore-mindmapping: Discontinued, use deskutils/docear instead
2012-06-07 devel/libtool-fixed: libtool has been fixed, no more need of this version
2012-05-23 devel/p5-Devel-ObjectTracker: removed from CPAN
2012-05-10 devel/rubygem-vmc: BROKEN for more than 6 month
2012-06-01 games/antrix: no more public distfiles, abandoned upstream
2012-05-10 games/sfbol: BROKEN for more than 6 month
2012-06-01 java/eclipseme: depends on java/sun-wtk
2012-05-10 mail/lmtpd: BROKEN for more than 6 month
2012-06-12 21:58:50 +00:00
Jason Helfman
acd2a0f825 - update to 1.9.3.6 [1]
- move to optionsNG framework [1]
- while here use packages for perl dependencies, in favor of SITE_PERL pm files
  and complete migration to optionsNG framework [2]

PR:	ports/168906
Submitted by:	maintainer, rnejdl@ringofsaturn.com [1], jgh@ [2]
Approved by:	maintainer
2012-06-12 20:54:33 +00:00
Koop Mast
ebf7eb4947 OptionsNG my ports. 2012-06-12 18:49:15 +00:00
Hajimu UMEMOTO
e317ca1cff Convert to use new OPTIONS framework. 2012-06-12 17:39:22 +00:00
Raphael Kubo da Costa
f6bd704047 Apply r1.18 to mail/p5-FuzzyOcr's Makefile:
- switch from gif2ps to gifasm

In graphics/giflib 4.2 gif2ps was removed.
According to FuzzyOcr.pm - gif2ps not using, and all other dependence exists.
2012-06-11 23:38:29 +00:00
Sunpoet Po-Chuan Hsieh
c0dd09fda8 - Update to 12.1.0
- Change RUN_DEPENDS to ensure same-verison twisted dependencies

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/mail/topfiles/NEWS
2012-06-11 16:09:57 +00:00
Steve Wills
d99bb0ed70 - Added proper PORTDOCS
PR:		ports/168716
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2012-06-11 02:30:33 +00:00
Sylvio Cesar Teixeira
f235c25f99 - Update to 1.0.27
- Convert to OptionsNG
2012-06-10 21:15:47 +00:00
Sahil Tandon
8c1d11010c - Add OPTION to install postfwd v2 rather than v1 and
convert to new options framework.

- Revise the rc.d script[1] with style and functionality
  improvements, one of which works around an upstream
  issue that obstructed operation of 'status' and other
  functions.  Because this affects the default package,
  bump PORTREVISION.

Reviewed by:	dougb [1]
2012-06-10 18:58:16 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Vsevolod Stakhov
ede731e95c Update rspamd port to 0.5.0 version. List of changes:
- Added SMTP lightweight balancing proxy with XCLIENT support.
  - New pre-filters are implemented to support initial checking for messages.
  - Added ratelimit plugin that uses redis protocol to store data.
  - Added ipv6 support to spf and some other modules.
  - DKIM plugin an parsing code was added.
  - Many bugfixes.
2012-06-09 13:03:54 +00:00
Dirk Meyer
3b283aa2fe - patch no longer needed 2012-06-09 12:59:58 +00:00
Frederic Culot
c8b2a18d15 - Update to 5.503
- Add LICENSE (Artistic 1 & GPL 1)
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Fix typo in plist

Changes:	http://search.cpan.org/dist/MIME-tools/ChangeLog
2012-06-09 10:55:30 +00:00
Beat Gaetzi
6b15ac9b7e - Update to 13.0 2012-06-09 08:29:09 +00:00
Beat Gaetzi
fc3e731505 - Update Thunderbird to 13.0
- Use GCC 4.6 to fix build on newer FreeBSD versions
- Update required nspr version [1]

PR:		ports/167431 [1]
Submitted by:	Toomas Aas <toomas.aas AT raad.tartu.ee> [1]
Security:	http://www.vuxml.org/freebsd/bfecf7c1-af47-11e1-9580-4061862b8c22.html
2012-06-09 08:28:38 +00:00
Martin Wilke
3a440d742a - Update to 0.3.4 2012-06-09 07:47:46 +00:00
Roman Bogorodskiy
b5a8ed5799 - Chase security/gsasl shlib version bump
- Bump PORTREVISION

PR:		168872
Submitted by:	rakuco
2012-06-09 06:36:51 +00:00
Chris Rees
5bc039b0d1 Depend on p5-DBD-mysql general port-- no need for fancy versioned logic 2012-06-08 20:30:40 +00:00
Andrej Zverev
11233dd9a2 - switch from gif2ps to gifasm
In graphics/giflib 4.2 gif2ps was removed.
According to FuzzyOcr.pm - gif2ps not using, and all other dependence exists.
2012-06-08 09:06:20 +00:00
Pawel Pekala
2fa6259674 Convert my ports to optionsNG 2012-06-07 22:44:21 +00:00
Vsevolod Stakhov
35e5775321 Include bsd.port.pre.mk before including bsd.milter.mk to unbreak build. 2012-06-07 17:25:04 +00:00
Vsevolod Stakhov
0f8e046ba8 Remove obsolete OSVERSION check.
PR:		168275
Submitted by:	crees
2012-06-07 16:24:09 +00:00
Thomas Abthorpe
d06a5deed5 - Mark as FORBIDDEN
- Set DEPRECATED
2012-06-07 16:15:11 +00:00
Thomas Abthorpe
777fd59d46 - Mark CONFLICTS with squirreloutlook
Submitted by:	ketasbot
2012-06-07 15:03:15 +00:00
Olli Hauer
c887be3495 - remove dead rbl sites (SFNET bug ID: 2765629, 3400804)
- fix dependency
- remove SITE_PERL from *_DEPENDS
- use ports framework to create polw user/group
- take maintainer (agreed by old maintainer/author via PM)

PR: ports/167213
Submitted by:	ohauer
Approved by:	old maintainer
2012-06-07 12:05:48 +00:00
Beat Gaetzi
a0f15a8413 - Update to 10.0.5
Security:	http://www.vuxml.org/freebsd/bfecf7c1-af47-11e1-9580-4061862b8c22.html
2012-06-06 21:54:37 +00:00
Jason Helfman
afd2adb49c - remove mail/kavmilter, port has expired
- security software unmaintained upstream

PR:	ports/167617
Approved by:	maintainer, citycat4@ngs.ru
2012-06-06 16:22:02 +00:00
Emanuel Haupt
b554d9cafd Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by:	az
2012-06-06 10:43:19 +00:00