Martin Matuska
e24792fc91
Update SQLgrey to 1.8.0
...
Use UIDs/GIDs infractructure (new uid/gid 226)
PR: ports/165103
Approved by: maintainer
2012-02-14 10:47:37 +00:00
Florian Smeets
7730e87831
update to 10.0.1
...
Security: http://www.vuxml.org/freebsd/eba9aa94-549c-11e1-b6b7-0011856a6e37.html
2012-02-13 19:26:46 +00:00
Boris Samorodov
8a0c8e6482
. update to version 1.123;
...
. sort pkg-plist.
PR: ports/165095
Submitted by: olgeni
2012-02-13 16:45:26 +00:00
Gabor Pali
22c62d4bcc
- Update to 0.3.3
...
Obtained from: FreeBSD Haskell
2012-02-13 05:02:42 +00:00
Martin Matuska
994bf2b6ca
Update to 1.1.8
2012-02-12 19:07:18 +00:00
Martin Matuska
9c6fbcd748
Update to 4.3.11
2012-02-12 19:06:48 +00:00
Sahil Tandon
e5f0a68b3d
Mailutils is a swiss army knife of electronic mail handling.
...
It offers a rich set of utilities and daemons for processing
e-mail.
All Mailutils programs are able to operate on mailboxes of
any existing format, ranging from standard UNIX maildrops,
through maildir and up to remote mailboxes, which are
transparently accessed using IMAP4, POP3 and SMTP.
WWW: http://mailutils.org/
PR: ports/158703
Submitted by: Attila Nagy <bra@fsn.hu>
2012-02-12 18:45:26 +00:00
Sunpoet Po-Chuan Hsieh
d64886fbca
- Fix build with clang
...
PR: ports/164974
Submitted by: James Kelly <james@hicag.org>
2012-02-12 03:38:52 +00:00
Philip M. Gollucci
aedc0b52b8
- Update to 3.2.1
...
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
2012-02-12 02:15:38 +00:00
Philip M. Gollucci
33edb471b7
- Fix qpopper.in file location
...
PR: ports/164463
Submitted by: Takefu <takefu@airport.fm>
Approved by: maintainer timeout (bc979@lafn.org ; 16 days)
2012-02-11 22:30:09 +00:00
Sahil Tandon
894bf93f40
Modify pkg-install to handle situations in which
...
/etc/mail/mailer.conf does not exist, e.g. when
FreeBSD is built WITHOUT_MAILWRAPPER.
This commit only affects legacy Postfix releases,
as the latest stable and development ports already
perform this check.
Requested by: miwi
2012-02-11 21:27:57 +00:00
Sahil Tandon
e504f2ddad
Connect mail/postfix28 to the build.
2012-02-11 05:14:51 +00:00
Sahil Tandon
910a1de4b6
Update to 2.5.17
2012-02-11 05:14:48 +00:00
Sahil Tandon
1d72bcfb8c
Update to 2.6.14
2012-02-11 05:14:42 +00:00
Sahil Tandon
c5a00abf41
Update to 2.7.8
2012-02-11 05:14:38 +00:00
Sahil Tandon
76ab011611
Update to 2.8.8, set NO_LATEST_LINK, and revise IS_INTERACTIVE
...
logic to account for additional situations.
2012-02-11 05:14:36 +00:00
Sahil Tandon
f4eeae44e9
Update to 2.9.0 and revise IS_INTERACTIVE logic to
...
account for additional situations.
2012-02-11 05:14:34 +00:00
Sahil Tandon
08cdc1ea9c
Update to 2.10-20120202, revise IS_INTERACTIVE logic to
...
account for additional situations, and remove unnecessary
CONFLICTS line.
2012-02-11 05:14:32 +00:00
Martin Matuska
61be32b039
The original archive for pear-Horde_Imap_Client version 1.4.3 provided
...
by Horde is corrupted. I have recreated a new archive and placed it at
local distfiles.
2012-02-10 14:41:14 +00:00
Sunpoet Po-Chuan Hsieh
c844fbf17d
- Update distinfo: zipball rerolled with bin/mail.txt removed
...
Reported by: pointyhat
2012-02-10 13:29:21 +00:00
Martin Matuska
5484ea7c51
Update to 1.4.3
2012-02-10 11:04:08 +00:00
Matthew Seaman
23c0a81f8a
Update maintainer address to matthew@FreeBSD.org
...
Approved by: shaun (mentor)
2012-02-09 17:09:51 +00:00
Philip M. Gollucci
9f22ca2dfb
- Update to 2.4.0
...
PR: ports/164884
Approved by: maintainer (implicit, required for rails update)
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
2012-02-08 03:39:32 +00:00
Philip M. Gollucci
959e5fd99e
- Fix gem version requirements
...
With Hat: ruby@
2012-02-08 02:51:13 +00:00
Sunpoet Po-Chuan Hsieh
e6b6e7e8d8
- Update to 2.07
...
- Remove DIST_SUBDIR
- Do not silence installation message
Note that there are two source tarballs (pyspf-2.0.7.tar.gz).
One is 46,283 bytes from CHEESESHOP and the other is 46,281 bytes from SF.
Since the former has a wrong entry in pyspf.spec, we choose the latter and
suspend adding CHEESESHOP to MASTER_SITES.
Changes:
- Allow for timeouts to be global for all DNS lookups instead of per DNS lookup
to allow for MAY processing time limitsin RFC 4408 10.1. See README for
details.
- Use openspf.net for SPF web site instead of openspf.org
- Extend query.get_header to return either Received-SPF (still default) or RFC
5451 Authentication Results headers (needs authres 0.3 or later)
- Rework query.parse_header:
- Make query.parse_header automatically select Received-DPF or Authentication
Results header types and use them to collect SPF results from trusted relays
- Add query.parse_header_spf and query.parse_header_ar functions for header
type specific processing
- Finish Python3 port - works with python2.6/2.7/3.2 and 2to3 is no longer
required - will also work with newer py3dns where TXT records are returned as
type bytes and not strings
- Accounts for new py3dns error classes coming in py3dns 3.0.2 (but fully
backward compatible with earlier versions)
- check for 7-bit ascii on TXT and SPF records
- fix CNAME chain duplicating TXT records
2012-02-08 02:41:02 +00:00
Philip M. Gollucci
2c4b554e7e
- Update to 3.2.0
...
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
2012-02-08 02:11:37 +00:00
Michael Scheidell
02db233f16
- Prepare for ja-p5-Mail-SpamAssassin as a slave port
...
Approved by: gabor (mentor)
2012-02-07 15:17:28 +00:00
Eitan Adler
2872eba657
The variable is USE_PERL5 not USE_PERL
...
Submitted by: Alex Kozlov
Reviewed by: perl (swills)
Approved by: portmgr (pav)
2012-02-07 13:29:00 +00:00
Florian Smeets
23c696782c
update to 1.1.5
2012-02-07 10:12:15 +00:00
Sunpoet Po-Chuan Hsieh
0ea4492f86
- Update to release of 2011-11-14
...
- Fix RUN_DEPENDS
- Digest::SHA is bundled in Perl releases since 5.9.3
- This port requires LWP 6
- Bump PORTREVISION for tarball and dependency change
Changes: http://aws.amazon.com/code/Amazon-SES/8945574369528337
PR: ports/163201
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 8 weeks)
2012-02-07 07:37:23 +00:00
Martin Wilke
9d514074d2
- Update to 1.8.2
...
PR: 162978
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
2012-02-07 04:24:26 +00:00
Sahil Tandon
6897fe6d9c
Forced commit to note repocopy from mail/postfix.
...
PR: ports/164677
Submitted by: myself (sahil)
2012-02-07 01:41:44 +00:00
Dennis Herrmann
4e496fe2b9
- Add IPv6 support
...
- Bump PORTREVISION
PR: ports/164822
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: Larry Rosenman <ler@lerctr.org> (maintainer)
2012-02-06 21:08:43 +00:00
Martin Wilke
93cfaf9ad9
- Chase unixODBC shlib bump
2012-02-06 12:25:50 +00:00
Florian Smeets
4c3e9c69d7
update to 1.1.4
2012-02-05 12:52:19 +00:00
Florian Smeets
50df374bb6
fix the distinfo for ko.xpi
...
It seems when i originally created it for ko.xpi there was still a redirect page
in place.
Reported by: pointyhat (pav)
2012-02-05 12:50:23 +00:00
Li-Wen Hsu
18c6d53dac
- Update to 5.2.1
...
- Add LICENSE
PR: ports/164771
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
2012-02-05 10:28:24 +00:00
Florian Smeets
d2a8e9fabe
fix fetch
...
Reported by: pointyhat (pav)
2012-02-03 21:13:41 +00:00
Ruslan Makhmatkhanov
28fe603956
- update to 1.9.2.8
...
PR: 164710
Submitted by: Rusty Nejdl <rnejdl at ringofsaturn dot com> (maintainer)
2012-02-02 17:17:44 +00:00
Martin Matuska
73e84b4b7d
Update to 1.4.2
2012-02-02 13:37:16 +00:00
Florian Smeets
847077d433
Fix fetch by catching up to last minute directory changes
2012-02-02 09:01:30 +00:00
Sunpoet Po-Chuan Hsieh
52cd1486a9
- Update to 1.36
...
- Add my LOCAL as MASTER_SITES
- Take maintainership
Changes: https://github.com/linsomniac/tumgreyspf/blob/master/WHATSNEW
2012-02-01 20:20:31 +00:00
Sunpoet Po-Chuan Hsieh
e53c13b9c9
- Update to 2.0.6
...
- Take maintainership
Changes: http://sourceforge.net/projects/pymilter/files/pyspf/pyspf-2.0.6/readme.txt/view
2012-02-01 20:19:59 +00:00
Sunpoet Po-Chuan Hsieh
be769004eb
- Add my LOCAL as MASTER_SITES
...
- Take maintainership
2012-02-01 18:55:13 +00:00
Sunpoet Po-Chuan Hsieh
dfee9dc99b
- Update WWW: the original www.libspf.org disappeared
2012-02-01 18:51:58 +00:00
Thomas Abthorpe
978fe5634d
- Reassign to the heap
2012-02-01 15:53:08 +00:00
Florian Smeets
0e7f634309
update to 10.0
2012-01-31 21:34:12 +00:00
Florian Smeets
20720fa555
update to 3.1.18
2012-01-31 21:24:32 +00:00
Florian Smeets
ade7c2a308
update to 10.0
...
In collaboration with: beat
2012-01-31 21:23:27 +00:00
Sunpoet Po-Chuan Hsieh
a98548ac30
- Unbreak this port: it's still available at backpan.perl.org
...
- Remove duplicated PERL_CONFIGURE
2012-01-30 21:33:58 +00:00
Florian Smeets
49118d3084
fix build on sparc64
2012-01-30 17:01:54 +00:00
Ryan Steinmetz
b7d73034eb
- Update to 2.3.5 [1]
...
- Add LICENSE
PR: ports/164613
Submitted by: Terry Sposato <tabmow@freenode.net> (maintainer) [1]
Security: 93688f8f-4935-11e1-89b4-001ec9578670
2012-01-29 23:36:29 +00:00
Martin Wilke
bc72ac5442
- Add missing dependency
...
- Update MASTER_SITES
PR: Gea-Suan Lin <gslin@gslin.org>
Approved by: maintainer
2012-01-29 06:45:34 +00:00
Martin Wilke
7fa54e81a9
- Update to 0.4
...
PR: 162791
Submitted by: Maintainer
2012-01-28 20:26:49 +00:00
Martin Wilke
079994cfe0
- Update to 1.0.3
2012-01-28 08:07:36 +00:00
Ruslan Makhmatkhanov
478922e347
- update to 1.9.2.7
...
PR: 164451
Submitted by: Rusty Nejdl <rnejdl at ringofsaturn dot com> (maintainer)
2012-01-25 17:43:28 +00:00
Sunpoet Po-Chuan Hsieh
98c65b1703
- Reset MAINTAINER
...
- While I'm here, pet portlint
PR: ports/164433
Submitted by: Jean-Francois Dockes <jf@dockes.org> (maintainer)
2012-01-24 09:03:12 +00:00
Renato Botelho
fede2a3d62
Fix wrong warnings on logfile adding a missing include
...
Submitted by: Allan Kintigh <allank@nbs-inc.com>
2012-01-23 23:04:00 +00:00
Wesley Shields
c6130d5d9a
- Update to 4.3.1
...
Security: 7d2336c2-4607-11e1-9f47-00e0815b8da8
2012-01-23 21:27:30 +00:00
MANTANI Nobutaka
73cee91d16
Update to Update to 2.5.19 CVS snapshot on 2012/01/02.
...
Respect PREFIX for icons.
2012-01-23 14:18:56 +00:00
Emanuel Haupt
0462608ceb
Drop maintainership, I stopped using qmail.
2012-01-23 12:04:59 +00:00
Michael Scheidell
767b49da92
- update to 2.4.3 [1]
...
- add in secondary master path [2]
PR: ports/163984 [1]
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> [1]
Reviewed by: scheidell [2]
Approved by: maintainer, gabor (mentor)
2012-01-22 11:49:11 +00:00
Pav Lucistnik
e742aa9cf0
- Chase libzdb update
...
Reported by: pointyhat
Pointy hat to: cs, glarkin
2012-01-21 18:45:14 +00:00
Eitan Adler
c59a3834c4
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
...
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
2012-01-21 17:40:15 +00:00
Doug Barton
56b8885186
Remove license info
2012-01-20 13:07:17 +00:00
Doug Barton
15a1d4ddc6
Apply a better fix for CC
...
While I'm here, remove the license info
PR: ports/163173
Submitted by: Jan Beich <jbeich@tormail.net>
2012-01-20 10:03:47 +00:00
Alex Dupre
2f64f1f6b6
Update to 1.3.5 release.
2012-01-19 15:23:58 +00:00
Martin Matuska
370c9ee775
Update to 4.0.6
2012-01-19 11:37:15 +00:00
Martin Matuska
e451b1247a
Update to 3.0.11
2012-01-19 11:36:35 +00:00
Martin Matuska
27bf30d3f5
Update to 1.3.2
2012-01-19 11:36:26 +00:00
Martin Matuska
139add2ee8
Update to 1.4.1
2012-01-19 11:36:18 +00:00
Martin Matuska
2557b84727
Update to 5.0.18
2012-01-19 11:36:10 +00:00
Boris Samorodov
833ae95a96
Update to version 1.120.
...
PR: ports/164279
Submitted by: olgeni
2012-01-19 10:25:57 +00:00
Thomas Abthorpe
c541f27f86
- Reset ports due to maintainer timeouts and lack of response to emails
...
With hat: portmgr
2012-01-19 03:35:49 +00:00
Jason Helfman
529e2e9dab
- Update to 3.9.7
...
- Add build number to version, so update test is now working correctly
- Add license
PR: ports/164105
Submitted by: Alex Samorukov <samm at os2.kiev.ua>
Approved by: maintainer, crees (mentor)
2012-01-17 18:14:41 +00:00
Frederic Culot
5e67d4074e
- Add missing dependency on HTML::Parser [1]
...
- Bump PORTREVISION for dependency change
PR: ports/164223 [1]
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2012-01-17 15:05:31 +00:00
Sahil Tandon
407613172b
Update mail/postfix-current to 2.9-20120115, and note
...
potential incompatibilities with previous versions.
2012-01-17 04:18:52 +00:00
Ruslan Makhmatkhanov
d5876df737
- transfer maintainership for my zope-ports to zope@
...
- add them to virtual category `zope'
2012-01-16 10:33:34 +00:00
Jason Helfman
0ab316553c
- Update to 1.51.01
...
- Add LICENSE_FILE
PR: ports/164133
Submitted by: maintainer ( Masaki TAGAWA <masaki at club.kyutech.ac.jp> )
Approved by: crees, rene (mentors, implicit)
2012-01-15 22:34:13 +00:00
Chris Rees
368fd8a051
Modernise rc scripts
...
Submitted by: dougb (based on patch)
2012-01-15 20:35:29 +00:00
Sunpoet Po-Chuan Hsieh
1141c2b50d
- Update to 1.894
...
Changes: http://search.cpan.org/dist/Email-Address/Changes
2012-01-15 18:14:49 +00:00
Martin Wilke
dc5d0e4a15
- Fix build with CLANG
...
PR: 163937
Submitted by: maintainer
2012-01-14 20:01:10 +00:00
Dirk Meyer
e99e060d34
- escape shell names
2012-01-14 14:52:13 +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
Alex Dupre
4c75d843eb
Update to 0.7.2 release.
2012-01-13 11:23:08 +00:00
Alex Dupre
58400574b5
Fix install for thunderbird3.
...
Remove support for seamonkey1.
2012-01-13 08:59:14 +00:00
Sunpoet Po-Chuan Hsieh
5fc3d9287c
- Update to 1.34
...
Changes: http://search.cpan.org/dist/MIME-Types/ChangeLog
2012-01-13 04:17:27 +00:00
Philip M. Gollucci
65411b8d61
- Update to 1.4
...
PR: ports/163387
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (freebsdports@chillibear.com ; 26 days)
Sponsored by: RideCharge Inc. / TaxiMagic
2012-01-12 19:35:55 +00:00
Frederic Culot
b9decc9808
- Update to 1.40.00
...
- Update LICENSE (upstream change from GPLv2 to MIT)
- Pass maintainership to submitter
PR: ports/164051
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp>
Approved by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2012-01-12 15:08:38 +00:00
Frederic Culot
347a09e882
- Update to 1.51.00
...
- Update LICENSE (upstream change from GPLv2 to MIT)
Changes: http://sourceforge.net/projects/logreporters/files/amavis-logwatch/release/Changes/view
PR: ports/164040
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
2012-01-12 08:07:50 +00:00
Dirk Meyer
f1ecf33f43
- update to 1.9
2012-01-11 06:42:53 +00:00
Roman Bogorodskiy
ec20d7fabf
Update to 1.4.27.
2012-01-11 03:16:41 +00:00
Martin Matuska
8d239792a6
Update to 1.3.1
2012-01-10 09:29:20 +00:00
Martin Matuska
a95a2108db
Update to 5.0.17
2012-01-10 09:29:12 +00:00
Alex Dupre
faf34ce013
Update to 0.7.1 release.
2012-01-10 08:17:45 +00:00
Wesley Shields
ef3c306eac
Set IGNORE if building with clang. This port uses nested functions which
...
are a gcc extension and not supported by clang yet (if ever).
2012-01-10 02:54:08 +00:00
Olli Hauer
eb76b5d303
- fix outdated download link
2012-01-09 20:00:53 +00:00
Thomas Abthorpe
e0ac1afbf4
- The proper acronym for Apache Software License 2 is really AL2
...
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
2012-01-09 15:41:08 +00:00
Alex Dupre
89f84bd07b
Modify XPI_ID in every place.
...
PR: ports/163781
Submitted by: Igor Ostapenko <igor.ostapenko@gmail.com>
2012-01-09 11:32:24 +00:00
Eitan Adler
e1925f7102
- Remove outdated version checks
...
Reviewed by: nox
2012-01-09 04:01:17 +00:00