aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* - Drop all my portspav2013-07-103-3/+3
|
* Convert the ports I maintain to USES=gmake.madpilot2013-07-091-3/+3
|
* - Convert USE_GMAKE to USES=gmakeehaupt2013-07-092-7/+2
| | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header
* Return this to pool, I have not used this piece of software for many years.delphij2013-07-091-7/+3
|
* Fix indefinite article.wxs2013-07-071-1/+1
| | | | | | PR: ports/180176 Submitted by: lth@ Approved by: maintainer
* Add back rcvar assignment in startup script.madpilot2013-07-062-3/+4
| | | | | | PR: ports/180182 Submitted by: Doug Barton <dougb@dougbarton.us> Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
* Convert from USE_GMAKE to USES=gmakebdrewery2013-07-052-4/+2
|
* Convert to USES=gmakebapt2013-07-051-2/+1
|
* Add LICENSEbdrewery2013-07-053-0/+6
|
* add explicit dependency on pkgconfigbapt2013-07-051-0/+1
|
* Don't manually rm wildcard directories, automatically add all files to theflo2013-07-051-2/+8
| | | | | | plist. This should fixes warning on deinstall as the files were deleted in the pre-deinstall target, and once pkg wanted to remove files specified in the plist they were already gone.
* Update to new upstream release 1.2.4 which basically only contained whatmandree2013-07-049-166/+6
| | | | patches we hade in the 1.2.3 port.
* mail/gmime26: update to 2.6.16wg2013-07-022-3/+5
| | | | | | | | - Update to 2.6.16 [1] - Add DOCS option PR: ports/180191 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
* Fix read-from-NULL-pointer crashes when command line option argumentsmandree2013-07-017-3/+50
| | | | | | | | | | | | are missing from long options --syslog-tag, --timestamp-date, or --db-cachesize (the short option equivalents were unaffected); or when BOGODIR/BOGOFILTER_HOME/HOME environment variables are all three missing when running bogotune. (This is all under the invoking user's control and not believed to be security relevant.) Reported by Alexandre Rebert, found within the Mayhem project he is with. Obtained from: http://svn.code.sf.net/p/bogofilter/code/trunk
* - Add opensmtpd-devel package to CONFLICTS_INSTALLashish2013-07-011-3/+4
| | | | | | - Update LICENSE information to point to the actual LICENSE file[1] Submitted by: Alexander Milanov <a at amilanov.com>[1] (private mail)
* OpenSMTPD is a FREE implementation of the server-side SMTP protocol asashish2013-07-0112-0/+259
| | | | | | | | | | | | defined by RFC 5321, with some additional standard extensions. It allows ordinary machines to exchange e-mails with other systems speaking the SMTP protocol. This port packages the development snapshots released by OpenSMTPD team. WWW: http://www.OpenSMTPD.org/ Changes: http://article.gmane.org/gmane.mail.opensmtpd.general/738
* Exception notification for Rails appsswills2013-06-294-0/+24
| | | | WWW: http://smartinez87.github.com/exception_notification
* Convert to USES=imakebapt2013-06-296-43/+21
| | | | | | Trim headers Convert to USE_GCC=any where needed Remove indefinite article
* OpenDMARC is an open source implementation of Domain-based Messagelippe2013-06-296-0/+103
| | | | | | | | | | | | | | | | | | | Authentication, Reporting & Conformance, or DMARC. It builds on the successes of technologies such as DomainKeys Identified Mail (DKIM) and the Sender Policy Framework (SPF) to create an infrastructure that enforces policy on domain names that are visible to end users, and creates a feedback framework for identifying and tracking fraudulent use of domain names in email. It includes a library for handling DMARC record parsing, a database schema and tools for aggregating and processing transaction history to produce DMARC reports, and a filter that ties it all together with an MTA using the milter protocol. WWW: http://www.trusteddomain.org/opendmarc.html PR: ports/177486 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
* New USES imake to handle the dependency on imake.bapt2013-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* fix typobapt2013-06-271-1/+1
|
* CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after ↵bapt2013-06-2725-187/+74
| | | | | | | | | .mk inclusion leading to PKGORIGIN not being set when needed. Nothing requires bsd.squirrelmail to be loaded after bsd.port.pre.mk but the PORTDIR. Convert "${PORTDIR}/mail" to ${.CURDIR}/.. and remove all the pre.mk/post.mk dancine Reported by: erwin
* - update firefox to 22.0flo2013-06-267-113/+91
| | | | | | | | | | - update firefox-esr, thunderbird and libxul to 17.0.7 - update nspr to 4.10 - OSS support was removed upstream, only ALSA and PulseAudio are supported from now on. Security: b3fcb387-de4b-11e2-b1c6-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
* - Fix MODIFY_QUOTA after option helper conversionbdrewery2013-06-261-2/+2
| | | | | PR: ports/179979 Submitted by: Claudiu Bosioc <claudiu@casi.ro>
* - Fix ROAMING after option helpers conversionbdrewery2013-06-261-3/+3
| | | | | PR: ports/179978 Reported by: Claudiu Bosioc <claudiu@casi.ro>
* mail/dovecot2: update to 2.2.4wg2013-06-255-3/+10
| | | | | | | | | - Update to 2.2.4 [1] - Bump plugins PORTREVISION - Add LICENSE (LGPL21 MIT) PR: ports/179953 Submitted by: Attila Nagy <bra@fsn.hu> [1] (maintainer)
* Email::Sender replaces the old and sometimes problematic Email::Send library,lippe2013-06-255-0/+38
| | | | | | | | | while this module replaces the Email::Send::SMTP::TLS. WWW: http://search.cpan.org/dist/Email-Sender-Transport-SQLite/ PR: ports/179891 Submitted by: Alexandre Biancalana <ale@biancalanas.net>
* - note order for mc filesdinoex2013-06-251-1/+2
|
* Welcome PHP 5.5!ale2013-06-243-0/+53
| | | | | | Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run
* mail/exim: fix handling of WITH_MYSQL_VERrea2013-06-231-6/+5
| | | | | | | | | | | | | | | | - fix introduction of bogus MYSQL_VER option that appeared after blind conversion to OPTIONSng in r320120; - drop support for WITH_MYSQL_VER="auto": this is an obsolete setting that currently has the same effect as not defining WITH_MYSQL_VER at all; - don't set WANT_MYSQL_VER based on WITH_MYSQL_VER: setting the latter is enough, since we don't insist on any particular MySQL version. PR: ports/179719 QA page: http://codelabs.ru/fbsd/ports/qa/mail/exim/4.80.1_2-p1
* - Update to 1.5.42.vsevolod2013-06-212-7/+3
|
* - Update to 0.6.60tota2013-06-212-3/+3
| | | | | | PR: ports/179740 Submitted by: tota (myself) Approved by: maintainer
* Make CONFIGURE_ARGS shorter and look betterantoine2013-06-211-1/+1
| | | | Submitted by: danfe
* mail/mail2sms: fix fetchwg2013-06-212-12/+8
| | | | | | | | | | - Fix fetch [1] - Point WWW to new home in pkg-descr [1] - Rework DOCS option - Pass maintainership to submitter PR: ports/179770 [1] Submitted by: Jason Harris <jharris@widomaker.com>
* - Trim Makefile headerantoine2013-06-212-8/+6
| | | | | | - Trim version in LIB_DEPENDS - No need to set --prefix with GNU_CONFIGURE - Add 2 missings directories to pkg-plist
* Add dependency on audio/libcanberra used for sound notificationspawel2013-06-201-2/+3
|
* Reset g.gonter@ieee.org: mbox full.linimon2013-06-201-1/+1
| | | | While here, modernize headers.
* Add a directory created by the port to the plistantoine2013-06-201-1/+6
|
* - Update to version 4040az2013-06-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Mail-OpenDKIM/ChangeLog PR: ports/179690 Submitted by: Vick Khera <vivek@khera.org> (maintainer)
* - Fix options conversion for bmakebdrewery2013-06-191-1/+1
| | | | Submitted by: Joseph Schaefer <joesuf4@gmail.com>
* Horde package update:mm2013-06-196-9/+9
| | | | | | | | | | | | | Horde_ActiveSync 2.4.0 -> 2.5.0 Horde_Core 2.5.0 -> 2.6.0 Horde_History 2.0.2 -> 2.1.0 Horde_Icalendar 2.0.5 -> 2.0.6 Horde_Imap_Client 2.11.5 -> 2.11.6 Horde_Injector 2.0.1 -> 2.0.2 Horde_Mime 2.2.1 -> 2.2.2 horde-base 5.1.0 -> 5.1.1 horde-imp 6.1.1 -> 6.1.2 horde-kronolith 4.1.0 -> 4.1.1
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-182-15/+2
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* Update to 0.9.2 release.ale2013-06-182-3/+3
|
* Add a directory created by the port to pkg-plistantoine2013-06-182-5/+6
|
* Add an options to configure SSL (on), this was missed during the conversion ↵bapt2013-06-171-3/+3
| | | | | | | | to new options framework. Bump port revision. Reported by: M. Schulte <m@fuglos.org>
* Update to 2.5.5.stefan2013-06-172-9/+8
|
* - Let mail/p5-Mail-SPF always install spfquery as spfquery.pl unconditionally tostefan2013-06-175-57/+6
| | | | | | | avoid conflict with mail/libspf2. - Unregister conflict between mail/p5-Mail-SPF and mail/libspf2. PR: 157107
* - add prototypes and fix a ton of warningsdinoex2013-06-1613-46/+1168
|
* - rename patchesdinoex2013-06-162-0/+0
|
* - Fix configuring ezmlm-idx-7 mailing lists. Only apply thebdrewery2013-06-163-34/+383
| | | | | | | | patch [1] when using ezmlm-idx as it is not backwards compatible with ezmlm. Reported by: Marko Lerota <mlerota@claresco.hr> Obtained from: https://sourceforge.net/p/qmailadmin/patches/36/
* - Use new options helpersbdrewery2013-06-151-118/+49
| | | | - Remove bsd.port.pre.mk usage
* Use new options helpersbdrewery2013-06-151-63/+31
|
* Use new options helpersbdrewery2013-06-151-5/+2
|
* - Use new options helpersbdrewery2013-06-151-18/+5
| | | | - Add missing DEBUG_EXCESSIVE_DESC
* - Fix qmail-mysql build with clang and recent mysql-clientbdrewery2013-06-152-2/+3
| | | | Reported by: miwi via pointyhat
* Convert to new options helpersbdrewery2013-06-141-4/+2
|
* Update chk4mail to 2.27 (bugfix release)johans2013-06-142-8/+3
|
* - Update to 1.2.10sunpoet2013-06-145-57/+6
| | | | | | - Add LICENSE Changes: https://github.com/shevek/libspf2/commits/master
* Fix distinfomm2013-06-131-2/+2
|
* Horde package update:mm2013-06-135-7/+7
| | | | | | | | pear-Horde_Imap_Client 2.11.4 -> 2.11.5 horde-gollem 3.0.0 -> 3.0.1 horde-imp 6.1.0 -> 6.1.1 horde-ingo 3.1.0 -> 3.1.1 horde-trean 1.0.1 -> 1.0.2
* - Fix build with new site_perlaz2013-06-131-1/+1
| | | | Submitted by: olli hauer <ohauer@gmx.de>
* Update to 3.9.2 bugfix releasepawel2013-06-125-62/+14
|
* - Fix typo in r320679az2013-06-121-1/+1
|
* - lang/perl5.12 upgrade to 5.12.5az2013-06-124-8/+16
| | | | | | | | | | | | | | - lang/perl5.14 upgrade to 5.14.4 - lang/perl5.16 upgrade to 5.16.3 - Global modify SITE_PERL[1][2] [1] - See more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl [2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@) Please, see ports/UPDATING for upgrade procedure. Reviewed by: bapt@ (exp-run), culot@
* Pull in patch from SVN in an attempt to fix flex-related -CURRENT build issues.mandree2013-06-123-10/+115
| | | | While here, fix bogofilter slave port's Makefile banners.
* - Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* Fix PORTSCOUT entry. Upstream has died and 1.2.16bdrewery2013-06-111-1/+1
| | | | does not build and is not released.
* Remove expired ports:rene2013-06-118-111/+0
| | | | | 2013-06-11 mail/claws-mail-gtkhtml2_viewer: No longer maintained, please use mail/claws-mail-fancy instead 2013-06-11 mail/claws-mail-cachesaver: No longer maintained by Claws Mail team
* + Fix fallout from optionsNG conversion (discussed with bapt@):mandree2013-06-112-12/+35
| | | | | | | | | | | | | | | | | - MUTT_FLOCK vs. CONFIGURE_ARGS logic was inverted. - MUTT_ICONV was mistyped as MITT_ICONV so that the check was defective. + While here, make SLANG/NCURSES a radio group for clarity (these two options are optional and mutually exclusive). + Add a patch to send the proper length in an IMAP APPEND command; a size_t argument was printed with %d, which failed where sizeof(int) != sizeof(size_t), i. e. on 64-bit systems, or when the value was in ]INT_MAX; UINT_MAX] (2^31 or beyond). We now use %lu and cast the argument to unsigned long. Bump PORTREVISION. + Shorten COMMENT to avoid its truncation in pkg_info output.
* Update to 1.2200.mat2013-06-112-3/+3
|
* Update to 1.89.8.mat2013-06-112-3/+3
|
* - Update to 0.5.6.vsevolod2013-06-102-3/+3
|
* - Remove php4 referencemiwi2013-06-101-6/+1
| | | | - Trim header
* Fix conversions typosbapt2013-06-091-2/+2
| | | | Reported by: miwi
* - Do not remove directories not created by this portmiwi2013-06-082-6/+2
| | | |  Reported by: pkg (DEVELOPER_MODE)
* Remove expired port:rene2013-06-088-405/+0
| | | | 2013-06-07 mail/mixminion: This port requires python version, we haven't in the ports tree already
* - Update to 1.5.41.vsevolod2013-06-072-6/+5
|
* - Update to 0.5.5.vsevolod2013-06-073-20/+7
|
* - fix PORT_OPTIONS s/)/}/ohauer2013-06-073-5/+5
|
* Fix conversionbapt2013-06-071-1/+1
| | | | Reported by: ak
* - Remove unnecessary depend on PERL_LEVEL < 5.12az2013-06-071-10/+0
| | | | | | PR: ports/178898 Submitted by: az Approved by: maintainer (timeout)
* - Trim Makefile headeraz2013-06-071-13/+2
| | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178897 Submitted by: az Approved by: maintainer (timeout)
* Convert to new options frameworkbapt2013-06-071-23/+21
|
* - Update to 5.3.3p1ashish2013-06-073-37/+8
| | | | | | | | | - Remove unneeded dependency on databases/sqlite3 - Use a cleaner way to pass configuration directory[1] PR: ports/179364[1] Submitted by: Emmanuel Vadot <elbarto at bocal.org>[1] Changes: http://article.gmane.org/gmane.mail.opensmtpd.general/630
* Convert to new option frameworkbapt2013-06-071-41/+43
|
* Convert to new options frameworkbapt2013-06-071-7/+8
|
* Convert to new options frameworkbapt2013-06-071-27/+27
|
* Convert to new options frameworkbapt2013-06-072-141/+196
|
* Update to OPTIONSngcrees2013-06-071-133/+43
| | | | | PR: ports/175407 Approved by: Milan Obuch <bsd@dino.sk> (maintainer)
* Had PERL_CONFIGURE twice.mat2013-06-061-1/+0
|
* Convert to USES=desktop-file-utils, bump portrevision because there wasn't anykwm2013-06-061-4/+4
| | | | | | @exec/@unexec update-desktop-database lines in the plist. Obtained from: GNOME dev repo
* Fix options conversion with bmakebdrewery2013-06-061-2/+2
|
* - adoption of optionsNGjgh2013-06-063-118/+118
| | | | | | - while here separate options and dictionaries into separate files Approved by: portmgr (bapt)
* Deprecate: lacks an upstreameadler2013-06-062-2/+3
| | | | Reported by: jgh
* - Clean up porteadler2013-06-062-46/+11
| | | | | | | | - Remove comments which are explaining what is being done the next line - reset maintainer due to inactivity since 2005 and a really long maintainer timeout - Convert to OptionsNG Reviewed by: jgh
* - adoption of optionsNGjgh2013-06-061-14/+14
| | | | Approved by: portmgr (bapt)
* - adoption of optionsNGjgh2013-06-061-145/+114
| | | | Approved by: portmgr (bapt)
* Turn MTA into a RADIO options (0-1)bapt2013-06-061-3/+3
|
* Horde package update:mm2013-06-054-10/+6
| | | | | mail/pear-Horde_Imap_Client 2.11.3 -> 2.11.4 mail/pear-Horde_Mime 2.2.0 -> 2.2.1
* -another conversion fix for PGSQLjgh2013-06-051-1/+1
| | | | Reported by: qat
* - DB selection needs to be OPTIONS_MULTIjgh2013-06-051-2/+2
|
* - fix conversion of PGSQLjgh2013-06-051-1/+1
|
* - adoption of optionsNGjgh2013-06-051-144/+107
| | | | Approved by: portmgr (bapt)
* Horde suite update to 5.1:mm2013-06-058-32/+14
| | | | | | | | | | | | | deskutils/horde-groupware: 5.0.5 -> 5.1.0 deskutils/horde-kronolith: 4.0.5 -> 4.1.0 deskutils/horde-mnemo: 4.0.3 -> 4.1.0 deskutils/horde-nag: 4.0.3 -> 4.1.0 mail/horde-imp: 6.0.5 -> 6.1.0 mail/horde-ingo: 3.0.4 -> 3.1.0 mail/horde-turba: 4.0.4 -> 4.1.0 mail/horde-webmail: 5.0.5 -> 5.1.0 www/horde-base: 5.0.5 -> 5.1.0 www/horde-passwd: 5.0.0RC1 -> 5.0.0
* Horde package update:mm2013-06-052-7/+3
| | | | | | | | comms/pear-Horde_ActiveSync 2.3.6 -> 2.4.0 devel/pear-Horde_Cache 2.1.0 -> 2.2.0 devel/pear-Horde_Core 2.4.3 -> 2.5.0 mail/pear-Horde_Imap_Client 2.11.2 -> 2.11.3 net/pear-Horde_Rpc 2.0.5 -> 2.1.0
* Actually we do not support alpha anymorebapt2013-06-051-1/+0
|
* Use a proper per arch exclusion of optionsbapt2013-06-051-3/+1
|
* Exclude SGML_DOCS properly in case arch is alpha and in case MUTT_LITE is ↵bapt2013-06-051-8/+8
| | | | | | | defined PR: ports/179281 Submitted by: mandree
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-054-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2013.2.0.0 Please note that port revisions for all the Haskell ports without version changes are bumped. Some highlights of the update: - Fix PDF generation for pandoc [1] - From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with portmaster(8) [2] - Experimental support for LLVM-based code generation (disabled by default) - Many simplifications, refactoring in bsd.cabal.mk New ports (11): devel/hs-asn1-types 0.1.3 devel/hs-data-default-class 0.0.1 devel/hs-data-default-instances-base 0.0.1 devel/hs-data-default-instances-containers 0.0.1 devel/hs-data-default-instances-dlist 0.0.1 devel/hs-data-default-instances-old-locale 0.0.1 devel/hs-extensible-exceptions 0.1.1.4 devel/hs-mmorph 1.0.0 devel/hs-quickcheck-io 0.1.0 x11-toolkits/hs-GLURaw 1.3.0.0 x11-toolkits/hs-OpenGLRaw 1.3.0.0 Updated ports (104): archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1 databases/hs-persistent 1.1.5.1 --> 1.2.0.1 databases/hs-persistent-sqlite 1.1.5 --> 1.2.0 databases/hs-persistent-template 1.1.2.4 --> 1.2.0 devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2 devel/hs-IORefCAS 0.2_3 --> 0.2.0.1 devel/hs-MonadRandom 0.1.8 --> 0.1.9 devel/hs-QuickCheck 2.5.1.1_1 --> 2.6 devel/hs-abstract-deque 0.1.6_1 --> 0.2 devel/hs-alex 3.0.2_1 --> 3.0.5 devel/hs-async 2.0.1.3_1 --> 2.0.1.4 devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0 devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1 devel/hs-byteorder 1.0.3_4 --> 1.0.4 devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2 devel/hs-classy-prelude 0.5.3 --> 0.5.7 devel/hs-cmdargs 0.10.2 --> 0.10.3 devel/hs-conduit 1.0.2 --> 1.0.5 devel/hs-data-default 0.5.0_1 --> 0.5.3 devel/hs-fsnotify 0.0.6 --> 0.0.11 devel/hs-generic-deriving 1.4.0 --> 1.5.0 devel/hs-git-annex 4.20130323_1 --> 4.20130601 devel/hs-haddock 2.11.0_1 --> 2.13.2 devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1 devel/hs-hlint 1.8.43 --> 1.8.45 devel/hs-hspec 1.4.4 --> 1.5.4 devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2 devel/hs-largeword 1.0.4 --> 1.0.5 devel/hs-lens 3.8.7.3 --> 3.9.0.2 devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5 devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1 devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1 devel/hs-monad-par 0.3.4.1 --> 0.3.4.2 devel/hs-pool-conduit 0.1.1_1 --> 0.1.2 devel/hs-profunctors 3.3 --> 3.3.0.1 devel/hs-reflection 1.1.7 --> 1.3.2 devel/hs-resourcet 0.4.5 --> 0.4.7.1 devel/hs-show 0.5 --> 0.6 devel/hs-split 0.2.1.1_1 --> 0.2.2 devel/hs-stm 2.4_1 --> 2.4.2 devel/hs-syb 0.3.7_1 --> 0.4.0 devel/hs-tagged 0.4.4_1 --> 0.6 devel/hs-text 0.11.2.3_1 --> 0.11.3.1 devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1 devel/hs-unix-time 0.1.5 --> 0.1.8 devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1 devel/hs-utility-ht 0.0.8_3 --> 0.0.9 devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3 devel/hs-uuid 1.2.9 --> 1.2.13 devel/hs-void 0.5.11 --> 0.6 math/hs-NumInstances 1.2 --> 1.3 math/hs-comonad-transformers 3.0.1_1 --> 3.0.2 math/hs-semigroups 0.9 --> 0.9.1 math/hs-statistics 0.10.2.0_2 --> 0.10.3.1 net/hs-network 2.3.1.0_1 --> 2.4.1.2 net/hs-publicsuffixlist 0.0.3 --> 0.1 net/hs-socks 0.5.0 --> 0.5.1 security/hs-certificate 1.3.5_1 --> 1.3.7 security/hs-cipher-aes 0.1.7 --> 0.1.8 security/hs-clientsession 0.8.1_1 --> 0.9 security/hs-crypto-api 0.11 --> 0.12.1 security/hs-crypto-conduit 0.5.0 --> 0.5.2 security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3 security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2 security/hs-cryptocipher 0.4.0_1 --> 0.5.0 security/hs-cryptohash 0.8.3_1 --> 0.9.0 security/hs-skein 0.1.0.12 --> 1.0.3 textproc/hs-HaXml 1.23.3_2 --> 1.24 textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1 textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1 textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5 textproc/hs-case-insensitive 1.0 --> 1.0.0.2 textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9 textproc/hs-hs-bibutils 4.17 --> 5.0 textproc/hs-polyparse 1.8_3 --> 1.9 textproc/hs-texmath 0.6.1.3 --> 0.6.1.5 textproc/hs-xml 1.3.12_4 --> 1.3.13 textproc/hs-yaml 0.8.2.3 --> 0.8.2.4 www/hs-HTTP 4000.2.5_1 --> 4000.2.8 www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1 www/hs-hamlet 1.1.6.3 --> 1.1.7.1 www/hs-happstack-server 7.1.7 --> 7.1.7.1 www/hs-heist 0.11.1 --> 0.12.0 www/hs-http-conduit 1.9.0 --> 1.9.3 www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6 www/hs-shakespeare 1.0.3.1 --> 1.0.5 www/hs-shakespeare-css 1.0.3 --> 1.0.5.1 www/hs-shakespeare-js 1.1.2.1 --> 1.1.4 www/hs-snap 0.11.2 --> 0.12.0 www/hs-wai-extra 1.3.2.4 --> 1.3.4 www/hs-wai-test 1.3.0.4 --> 1.3.1 www/hs-warp 1.3.7.4 --> 1.3.8.1 www/hs-yesod 1.1.9.2 --> 1.2.0.1 www/hs-yesod-auth 1.1.5.3 --> 1.2.0 www/hs-yesod-core 1.1.8.2 --> 1.2.0.4 www/hs-yesod-form 1.2.1.3 --> 1.3.0 www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0 www/hs-yesod-platform 1.1.8 --> 1.2.0.1 www/hs-yesod-routes 1.1.2 --> 1.2.0 www/hs-yesod-static 1.1.2.2 --> 1.2.0 www/hs-yesod-test 0.3.5 --> 1.2.0 x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1 x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1 x11/hs-xmobar 0.16_2 --> 0.17 Removed ports (2): www/hs-yesod-default 1.1.3.2 www/hs-yesod-json 1.1.2.1 PR: ports/179146 [1] Requested by: Omar Thameen <omar@biglist.com> [1] Reported by: sperber, bapt [2] Tested by: sperber [2] Obtained from: FreeBSD Haskell
* Remove MySQL 5.0, it has been unsupported upstream for about 1.5 yearsflo2013-06-052-17/+8
| | | | Approved by: ale (maintainer)
* Convert to new options frameworkbapt2013-06-049-219/+185
|
* WITHOUT_NLS -> PORT_OPTIONS:MNLSbapt2013-06-045-63/+57
| | | | | NOPORTDOCS -> PORT_OPTIONS:MDOCS New options framework
* Fix conversion mistakebapt2013-06-041-1/+1
| | | | Reported by: Freshports sanity check
* Convert to new options frameworkbapt2013-06-0416-202/+149
|
* Fix fetchflo2013-06-041-0/+1
| | | | Reported by: miwi
* - Trim Makefile headerleeym2013-06-031-13/+5
| | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: 178896 Submitted by: az@
* Remove expired ports:rene2013-06-0321-924/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-03-05 mail/p5-vpopmail: Broken for more than 6 month 2013-06-01 mail/vodmr: depends on expired mail/p5-vpopmail 2013-06-03 audio/ventrilo-server: No more public distfiles 2013-06-03 devel/libzrtp: No more public distfiles 2013-05-30 mail/postfix26: No longer supported by upstream 2013-06-01 devel/i386-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/mips-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/arm-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sh-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/powerpc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sparc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/mips-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/i386-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sh-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/powerpc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sparc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/arm-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/m68k-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/m68k-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sh-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/m68k-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/i386-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/arm-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sparc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/mips-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/powerpc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
* Use standard PGO_DESC from the pool.danfe2013-06-021-1/+0
|
* Add upstream patch which fixes crasher on program exitpawel2013-06-022-0/+11
| | | | Reported by: Alexander Kabaev <kabaev@gmail.com>
* Convert to new options frameworkbapt2013-06-026-81/+63
|
* - Update to 2.8.4swills2013-06-022-8/+9
| | | | | PR: ports/159982 (older version) Submitted by: Hsin-Han You <hhyou@cs.nctu.edu.tw>
* - Update to 2.5.4swills2013-06-022-3/+3
| | | | With Hat: ruby@
* - Update to 0.6.59tota2013-06-022-4/+3
| | | | | | PR: ports/179123 Submitted by: tota (myself) Approved by: maintainer
* -- Do not try to remove dirs. not created by the portmiwi2013-06-012-6/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Do not try to remove dirs. not created by the portmiwi2013-05-311-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Do not try to remove dirs. not created by the portmiwi2013-05-312-6/+1
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-05-311-0/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* Update deskutils/horde-groupware and mail/horde-webmail to 5.0.5mm2013-05-302-3/+3
|
* Fix build on HEAD by setting USE_GCC=any which I believe is better than markingehaupt2013-05-301-4/+15
| | | | | | it BROKEN if clang is detected. In order to do that handle do-build target since the distribution Makefile includes <bsd.prog.mk> which does not handle USE_GCC=any well.
* - Update 4.41.0 [1]wg2013-05-292-4/+6
| | | | | | | | | | - Use EXAMPLES option to install examples Changes: http://pyropus.ca/software/getmail/CHANGELOG PR: ports/179052 [1] Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer) [1] Approved by: jpaetzel (mentor)
* Horde package update:mm2013-05-2912-18/+20
| | | | | | | | | | | | | | | | | | | | devel/pear-Horde_Data 2.0.3 -> 2.0.4 devel/pear-Horde_Date 2.0.5 -> 2.0.6 devel/pear-Horde_Itip 2.0.4 -> 2.0.5 devel/pear-Horde_Nls 2.0.2 -> 2.0.3 mail/pear-Horde_Imap_Client 2.10.1 -> 2.11.2 mail/pear-Horde_Mime 2.1.1 -> 2.2.0 mail/pear-Horde_Mime_Viewer 2.0.4 -> 2.0.5 textproc/pear-Horde_Text_Filter 2.1.2 -> 2.1.3 www/pear-Horde_Form 2.0.3 -> 2.0.4 deskutils/horde-kronolith 4.0.4 -> 4.0.5 deskutils/horde-nag 4.0.2 -> 4.0.3 mail/horde-imp 6.0.4 -> 6.0.5 mail/horde-ingo 3.0.3 -> 3.0.4 mail/horde-turba 4.0.3 -> 4.0.4 www/horde-base 5.0.4 -> 5.0.5 www/horde-passwd 5.0.0beta1 -> 5.0.0RC1
* This is python module for RFC 5451 Authentication-Results Headersmiwi2013-05-295-0/+68
| | | | | | | | | | | | | | | generation and parsing. It also supports Authentication Results extensions: RFC 5617 DKIM/ADSP RFC 6008 DKIM signature identification (header.b) RFC 6212 Vouch By Reference (VBR) draft-kucherawy-dmarc-base-00 DMARC WWW: https://launchpad.net/authentication-results-python/ PR: ports/177824 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Update to 1.10miwi2013-05-293-5/+5
| | | | | PR: 179007 Submitted by: maintainer
* Fix build on HEAD by adding USE_GCC=any (uses nested functions)bapt2013-05-281-3/+4
|
* Commit forgotten patches.ale2013-05-272-14/+4
|
* Update to 0.9.1 release.ale2013-05-272-3/+3
|
* Fix unterminated quoted string (this fix build on current)bapt2013-05-272-4/+9
|
* Make Email::Address->parse() loose.kuriyama2013-05-265-0/+33
| | | | WWW: http://search.cpan.org/dist/Email-Address-Loose/
* - Fix issue with building dmail, when perl buildaz2013-05-261-1/+3
| | | | | | | | without /usr/bin/perl symlink. PR: ports/177467 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Approved by: Alan Hicks <ahicks@p-o.co.uk> (maintainer and patch)
* - Patch postgrey to use PGY_GROUPNAME by defaultmadpilot2013-05-254-39/+34
| | | | | | | | | | | - Don't show OPTIONS dialog for just DOCS option - Tidy up port Makefile - Rework rc script - Add UPDATING message and pkg-message to inform users about the rc script changes PR: ports/178644 Submitted by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
* - Take maintainership from ports@olgeni2013-05-253-32/+9
| | | | | - Upgrade to snapshot of 2013-04-29 (5ebc6aae4d7c) - Unbreak after dovecot upgrade to 2.2
* - Avoid using SITE_PERL in dependenciesaz2013-05-251-1/+1
| | | | | | PR: ports/178865 Submitted by: az Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
* Use shebangfix and let Makefile be more declarative.bsam2013-05-251-4/+4
| | | | Convinced by: jgh, danfe
* Remove the license file since ISCL is now defined at bsd.licenses.db.mk.bsam2013-05-251-1/+0
|
* . trim Makefile headers;bsam2013-05-251-6/+2
| | | | . reword COMMENT while removing the indefinite article.
* Fix build on current with USE_GCC=any (uses nested functions)bapt2013-05-241-5/+2
|
* Remove the useless and deprecated usage of -I-bapt2013-05-241-7/+6
| | | | | | | | This fixes build on current While here: - Trim headers - Convert options
* Move PORTDOCS to unbreak gmime26-sharp deinstall.kwm2013-05-241-3/+3
|
* - Fix options conversionbdrewery2013-05-241-3/+3
|
* - Trim Makefile headeraz2013-05-241-12/+2
| | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178899 Submitted by: az Approved by: maintainer
* Mark BROKEN: depends on conflicting portserwin2013-05-241-0/+2
| | | | Submitted by: pointyhat
* - Trim Makefile headeraz2013-05-241-9/+1
| | | | - Remove unnecessary depend on PERL_LEVEL < 5.12
* Convert to new options frameworkbapt2013-05-241-9/+10
| | | | While here add missing dependency on pkgconf
* - Update dovecot2 to 2.2.2miwi2013-05-246-23/+88
| | | | | | | - Update dovecot2-pigeonhole to 0.4.0 PR: 178832 Submitted by: maintainer
* - Update to 1.6.9 [1]wg2013-05-232-9/+7
| | | | | | | | | - Trim Makefile header [1] - Add LICENSE (GPLv3) PR: ports/178828 [1] Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Approved by: culot (mentor)
* - adoption of optionsNGjgh2013-05-233-88/+81
| | | | Approved by: portmgr (miwi)
* - Trim Makefile headeramdmi32013-05-231-6/+4
| | | | - OptionsNG
* remove DRAC support as the patch is no longer workingoliver2013-05-231-7/+0
|
* Update to version 0.7.10pawel2013-05-223-21/+3
|
* Add gmime and gmime-sharp 2.6.15.kwm2013-05-2213-0/+240
| | | | | | | PR: ports/170389 Submitted by: myself Approved by: Alan Hicks <ahicks@p-o.co.uk>, \ romain@ (priv mail, for -sharp port)
* Update mail/pear-Horde_Imap_Client 2.10.0 -> 2.10.1mm2013-05-222-3/+3
|
* - Upgrade to 0.24.kuriyama2013-05-212-3/+4
|
* Horde package update:mm2013-05-202-3/+3
| | | | | | | mail/pear-Horde_Imap_Client 2.9.0 -> 2.10.0 devel/pear-Horde_Prefs 2.4.0 -> 2.4.1 net/pear-Horde_Rpc 2.0.4 -> 2.0.5 textproc/pear-Horde_Text_Filter 2.1.1 -> 2.1.2
* - fix option namedinoex2013-05-201-1/+2
| | | | | | | PR: 178776 Submitted by: Lawrence Chen - fix option SASLAUTHD
* Enable the LUA plugin by default. [1]rene2013-05-202-1/+3
| | | | | | | | While here, pet portlint. PR: ports/177959 [1] Submitted by: Uffe Jakobson <uffe@uffe.org> Approved by: maintainer timeout (tarkhil@over.ru , 1 month)
* - Update to 5.3.2p1ashish2013-05-192-3/+3
| | | | Changes: http://article.gmane.org/gmane.mail.opensmtpd.general/561
* retire mail/sendmail-ldapdinoex2013-05-182-19/+0
|
* - Update to 3.33jadawin2013-05-172-8/+4
| | | | - Changelog: http://cpansearch.perl.org/src/PLOBBES/Mail-IMAPClient-3.33/Changes
* Pass maintainership to Axel Steiner <ast@treibsand.com>zeising2013-05-161-4/+3
| | | | | PR: ports/178682: Submitted by: Frank Wall <fw@moov.de> (current maintainer)
* - use OPTIONS_DEFINEdinoex2013-05-164-119/+73
| | | | | | - options MILTER_SHARED and PICKY_HELO_CHECK now default - drop all old options, please use make config - bump MILTER_SOVER
* - update firefox to 21.0flo2013-05-166-100/+101
| | | | | | | | | - update firefox-esr and thunderbird to 17.0.6 - WEBRTC now supports PULSEAUDIO - make linux-firefox work with plugins again (e.g. quakelive) Security: 4a1ca8a4-bd82-11e2-b7a0-d43d7e0c7c02 In collaboration with: Jan Beich <jbeich@tormail.org>
* Update to 1.536.rakuco2013-05-153-4/+4
| | | | | | PR: ports/178106 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: maintainer timeout (20 days)
* - Install 'spfquery' as 'spfquery.pl' by default, optionally keeping thestefan2013-05-155-7/+99
| | | | | | | | | original name. - Reset MAINTAINER. PR: 157107 Patch by: Jake Guffey <jake.guffey@eprotex.com> Approved by: Koen Martens <gmc@sonologic.nl> (former maintainer)
* - Fix buildgahr2013-05-143-9/+34
| | | | Reported by: miwi (Tcl/Tk 86 exp-run)
* - add MASTER_SITESdinoex2013-05-132-3/+1
| | | | - drop WWW
* Enable building the shared library.kwm2013-05-132-2/+17
| | | | | | PR: ports/178546 Submitted by: myself Approved by: maintainer
* - Update to version 0.7.9pawel2013-05-127-49/+25
| | | | | | | - Use shebangfix - Switch to PORTDOCS variable - Replace trivial patches with REINLACE_CMDs - Update WWW homepage address
* - Add USES=shebangfixmadpilot2013-05-122-7/+11
| | | | | | | | | - Convert to new options framework - Use space for WWW line in pkg-descr - Trim Makefile headers PR: ports/178400 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
* Horde update (introducing MongoDB support):mm2013-05-112-3/+3
| | | | | | | | | | | | | | | | | | | | | databases/pear-Horde_Db 2.0.2 -> 2.0.3 devel/pear-Horde_Cache 2.0.4 -> 2.1.0 devel/pear-Horde_Date 2.0.4 -> 2.0.5 devel/pear-Horde_Icalendar 2.0.4 -> 2.0.5 devel/pear-Horde_Lock 2.0.2 -> 2.1.0 devel/pear-Horde_Prefs 2.3.2 -> 2.4.0 devel/pear-Horde_Timezone 1.0.2 -> 1.0.3 devel/pear-Horde_Token 2.0.3 -> 2.0.4 devel/pear-Horde_Util 2.2.1 -> 2.2.2 mail/pear-Horde_Imap_Client 2.8.2 -> 2.9.0 net/pear-Horde_Rpc 2.0.3 -> 2.0.4 security/pear-Horde_Crypt 2.1.3 -> 2.2.0 sysutils/pear-Horde_Vfs 2.0.4 -> 2.1.0 textproc/pear-Horde_Text_Filter 2.1.0 -> 2.1.1 www/horde-passwd 5.0.0 alpha0 -> 5.0.0 beta1 www/horde-trean 1.0.0 -> 1.0.1 www/pear-Horde_Http 2.0.2 -> 2.0.3 www/pear-Horde_SessionHandler 2.0.2 -> 2.1.0
* his plugin enables the scanning of incoming mail received from a POP,pawel2013-05-113-0/+24
| | | | | | | | | | | IMAP, or LOCAL account using SpamAssassin. It can optionally delete mail identified as spam or save it to a designated folder, and also can be used to train a local SpamAssassin (or a remote one if SpamAssassin >= 3.1 is installed both locally and remotely). According to your SpamAssassin server configuration, it can show worse performance than Bogofilter, (slower, eating more CPU), but can catch spam with better accuracy. WWW: http://claws-mail.org/plugin.php?plugin=spamassassin
* The GPG plugins (PGP/Core, PGP/Mime and PGP/Inline) provide digitalpawel2013-05-113-0/+27
| | | | | | | | | | | | | | signature and encryption features: - Checking signatures of received emails - Decrypting received emails - Sending signed and/or encrypted emails - Creating new key pairs easily - Optionally, caching your passphrase or using gpg-agent. S/MIME plugin handles S/MIME signed and/or encrypted mails. WWW: http://claws-mail.org/plugin.php?plugin=gpg
* This plugin enables the scanning of incoming mail received from a POP, IMAP,pawel2013-05-113-0/+22
| | | | | | | | | or LOCAL account using Bogofilter. It can optionally delete mail identified as spam or save it to a designated folder. Bogofilter is a pure Bayesian filter, therefore it has better speed performance than SpamAssassin but might catch less spam. WWW: http://claws-mail.org/plugin.php?plugin=bogofilter
* Update to Claws Mail 3.9.1 releasepawel2013-05-1161-975/+257
| | | | | | | | | | | | | | | | | | Changelog: http://claws-mail.org/news.php claws-mail: - Now whole release is distributed as one file - Move common stuff to Makefile.claws - Cleanup many accumulated, old and not needed things - Move bogofilter, pgp and spamassassin plugins to separate ports - Dillo plugin was dropped so drop option for it plugins: - All plugins ports are now slaves to main port - Remove all distinfo and pkg-plist files - this is now handled by main port - Deprecate cachesaver and gtkhtml2_viewer plugins - they are not maintained by upstream anymore
* Fix extraction [1]bapt2013-05-111-1/+3
| | | | | | While here use shebangfix Submitted by: John Marino (via irc)[1]
* Update mail/dovecot2 to 2.1.16 and mail/dovecot2-pigeonhole to 0.34.delphij2013-05-106-16/+19
| | | | | PR: ports/178428 Approved by: maintainer
* - Fix build after USES=iconv conversion in r316662,bdrewery2013-05-091-1/+6
| | | | | | USES must be defined before bsd.port.pre.mk Reported by: John Marino <draco@marino.st>
* - Convert to USES=pathfixbdrewery2013-05-091-2/+2
| | | | | PR: ports/178420 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
* - Convert to USES=pathfixbdrewery2013-05-091-2/+2
| | | | | PR: ports/178418 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-091-3/+3
| | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file
* - Convert to USES=pkgconfigbdrewery2013-05-091-1/+2
| | | | | PR: ports/178419 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
* Mark MAKE_JOBS_SAFEehaupt2013-05-081-0/+1
|
* update sqwebmail 5.6.1oliver2013-05-082-4/+3
|
* update courier-imap to 4.13oliver2013-05-082-3/+3
|
* The previous commit (r316786) broke 'extract' since it redefined WRKSRC.ehaupt2013-05-082-5/+5
| | | | | | | Setting WRKSRC to WRKDIR would also not work as the subr script would overwrite a binary file with the same name. Cleanup, repack and self host this abomination of a flat distfile in order to avoid ugly extract hacks. While here also mark MAKE_JOBS_SAFE.
* Mark as broken and deprecated, since this port does not work with pythonrm2013-05-081-0/+4
| | | | | versions >= 2.6, that we have in the ports tree. Upstream development seems stalled too. Set expiration date to 2013-06-07.
* Update to 0.9.0 release.ale2013-05-074-9/+18
| | | | | PR: ports/178401 Submitted by: Anes Mukhametov <anes@anes.su> (maintainer)
* Update to 0.9.0 release.ale2013-05-076-107/+119
|
* Add some shebangfix to allow building most of the ports tree without ↵bapt2013-05-074-9/+16
| | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts
* - Update to 2.8.3bdrewery2013-05-072-3/+4
| | | | | | | | | - Add missing pkgconfig build dependency Changelog: http://lists.opendkim.org/archive/opendkim/announce/2013/05/0044.html PR: ports/178382 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
* - Convert to use shebangfix USES flagehaupt2013-05-071-8/+7
| | | | | - Trim header - Use new options framework for DOCS
* Convert to use shebangfix USES flag.ehaupt2013-05-071-9/+3
|
* - Add LICENSEsunpoet2013-05-071-5/+4
| | | | | | | - Fix OPTIONSFILE issue PR: ports/177796 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Fix with USES+= ncursesbapt2013-05-061-3/+2
|
* Convert USE_NCURSES by USES=ncursesbapt2013-05-065-17/+9
| | | | Convert USE_READLINE by USES=readline
* Make these ports build with glib 2.36kwm2013-05-061-0/+4
|
* Update to 0.19.tobez2013-05-062-8/+4
| | | | Changes: http://search.cpan.org/dist/Mail-GnuPG/Changes
* Fix installation of ports that rely on cp -n for installing files. r245960flo2013-05-051-1/+1
| | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt)
* Fix build on currentbapt2013-05-041-1/+1
|
* Chase security/libgcrypt updateehaupt2013-05-044-10/+6
|
* Fix build with bmakebapt2013-05-031-5/+5
|
* Fix build with bmake as makebapt2013-05-031-0/+3
|
* - Update to 2.201culot2013-05-022-8/+4
| | | | | | - Trim Makefile's header Changes: http://search.cpan.org/dist/Email-Simple/Changes
* - Set expiration date to 2013-06-01, depends on expired mail/p5-vpopmailrene2013-05-021-11/+13
| | | | | | | | | | - Convert to optionsNG - Convert Makefile header - Remove leading indefinite article from COMMENT PR: ports/177952 Submitted by: rene Approved by: maintainer timeout (james@now.ie , two weeks)
* - Update to 1.9.9.13107bdrewery2013-05-022-4/+4
| | | | | PR: ports/178179 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* - add OPTION DKIMdinoex2013-05-012-2/+21
| | | | | | Submitted by: alastair - add OPTION MSP
* Add licence info to some portscrees2013-05-011-5/+4
| | | | Submitted by: 4721
* - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDSbdrewery2013-05-011-5/+2
| | | | | | | This fixes the following warning when running 'run-depends-list': "install" non-existent -- dependency list incomplete With hat: portmgr
* - Fix cases where 2 USES= were usedbdrewery2013-05-012-4/+2
| | | | With hat: portmgr
* - conversion of USE_GETTEXT to USES frameworkjgh2013-05-011-9/+5
| | | | Approved by: portmgr (bapt@)
* - Update to 3.1.77. [1]stefan2013-04-304-9/+56
| | | | | | | | | - Fix build on 9.x. [1] - Convert Makefile header to new style and fix a couple of portlint warnings. PR: 164306 [1] Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> [1]
* Remove expired ports:rene2013-04-308-319/+0
| | | | | | | | | | 2013-04-30 devel/libusb: has been already included into base system 2013-04-30 www/typo346: Obsolete stable release 2013-04-30 www/ilias3: Obsolete stable release 2013-04-02 net-p2p/moodriver: Not supported by upstream, master site is down 2013-03-31 www/p5-Dancer-Plugin-DataFu: No more public distfiles 2013-03-31 devel/p5-Oogly: No more public distfiles 2013-03-01 mail/listmanager: No more upstream, no more public distfiles
* - Update MASTER_SITESmiwi2013-04-301-1/+1
| | | | | PR: 177919 Submitted by: Ports Fury
* Remove latest references to USE_BISONbapt2013-04-291-1/+0
|
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-296-12/+11
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Update to 5.3.1p1ashish2013-04-282-4/+4
| | | | | | | - Use CONFLICTS_INSTALL, instead of CONFLICTS[1] Changes: http://article.gmane.org/gmane.mail.opensmtpd.general/469 Reported by: Vincent Gross <dermiste at kilob.yt>
* - rename patch, since it's now applied uncoditionally and remove ↵rm2013-04-272-6/+4
| | | | | | | | | | | | EXTRA_PATCHES[1] - remove indefinite article from COMMENT - eliminate PYTHON_SITELIBDIR from dependencies - limit python version to 2.x only Non-functional changes, so no PORTREVISION bump is required Discussed with: eadler
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-2739-50/+40
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.flo2013-04-271-13/+4
| | | | Approved by: ale
* Update to 2.5.4.stefan2013-04-262-5/+5
|
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-264-7/+4
| | | | Approved by: portmgr (bapt)
* - Mark CONFLICTS among mail/libspf2, mail/p5-Mail-SPF and ↵sunpoet2013-04-264-22/+13
| | | | | | | | | | | | | mail/p5-Mail-SPF-Query, all of them installs PREFIX/bin/spfquery [1] - Bump PORTREVISION for package change - While I'm here: - Replace removed PTHREAD_LIBS with -pthread - Cleanup Makefile header - Add CPAN as primary WWW for mail/p5-Mail-SPF-Query PR: ports/177682 [1] Submitted by: dougb
* Fix a regression that had crept in with r314621. Do notsahil2013-04-265-5/+5
| | | | | bump PORTREVISION because this does not affect the default package.
* Update to 1.4.31.novel2013-04-252-3/+3
|
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2551-51/+51
| | | | Approved by: portmgr (bapt)
* - fix NOPORTDOCSjgh2013-04-253-22/+60
| | | | | | | | | - add GSSAPI option - while here adopt uses for GETTEXT PR: 177903 Submitted by: koukopoulos@gmail.com, Udo.Schweigert@siemens.com Approved by: maintainer, Udo.Schweigert@siemens.com
* For some unmaintained ports:eadler2013-04-252-10/+6
| | | | | | | | | | | - fix format for pkg-descr - convert to OptionsNG - remove logic for older versions of python which we no longer support - remove option for old versions of FreeBSD - unconditionally set PORTDOCS - etc. Reviewed by: jgh
* - Fix ezmlm support by using subcommands of ezmlm-listbdrewery2013-04-243-3/+39
| | | | | | | | | | | | on the main database dir instead of subdirs [1]. This is reported upstream at: http://sourceforge.net/tracker/?func=detail&aid=3094082&group_id=6691&atid=306691 - Ignore the devel 1.2.16 version, it is not buildable - Mirror distfile - Convert tab to space in pkg-descr PR: ports/177389 [1] Submitted by: Tsunehiko Suzuki <tss-fbspr@e-ontap.com> [1]
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-244-8/+4
| | | | Approved by: portmgr (bapt)
* - Update to 4.2.1ehaupt2013-04-244-22/+23
| | | | | | | | | - Remove CR/LF from build.xml - Use x11-toolkits/swt-devel which does not depend on vulnerable libxul version - Get rid of CR/LF's PR: 178082 Approved by: John Prather <john.c.prather@gmail.com> (maintainer)
* Upgrade to new version 6.3.26.mandree2013-04-242-3/+3
| | | | | | | | | This fixes one data loss bug that causes the last line of a message to be lost if it is unterminated (i. e. no LF character) and if the "mimedecode" option is enabled (which defaults to "off"). PR: ports/178092 Approved by: Corey Halpin (maintainer)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-2310-31/+14
|
* Convert to USES=gettextehaupt2013-04-231-1/+1
|
* - Update to Postfix 2.11 Snapshot 20130405sahil2013-04-233-11/+14
| | | | | | | | | | | - Add LICENSE information - Canonicalize 'Created by:' Makefile header - Remove shlib version from LIB_DEPENDS assignment - Correct LDAP_SASL logic - Replace tab with a single space after 'WWW:' in pkg-descr PR: ports/177127 (inspired by) Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Update to 2.8.14 and adjust CONFLICTSsahil2013-04-233-13/+17
| | | | | | | | | | | - Add LICENSE information - Canonicalize 'Created by:' Makefile header - Remove shlib version from LIB_DEPENDS assignment - Correct LDAP_SASL logic - Replace tab with a single space after 'WWW:' in pkg-descr PR: ports/177127 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Update to 2.7.13 and adjust CONFLICTSsahil2013-04-233-9/+15
| | | | | | | | | | - Add LICENSE information - Canonicalize 'Created by:' Makefile header - Remove shlib version from LIB_DEPENDS assignment - Replace tab with a single space after 'WWW:' in pkg-descr PR: ports/177127 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Update to 2.6.19, update CONFLICTS and marksahil2013-04-232-5/+10
| | | | | | | DEPRECATED PR: ports/177127 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Repo-copy mail/postfix -> mail/postfix29, and updatesahil2013-04-2313-12/+847
| | | | | | | | | | | | | | | both ports to the latest version and make a note in UPDATING. Also: - Adjust CONFLICTS - Add LICENSE information - Canonicalize 'Created by:' Makefile header - Remove shlib version from LIB_DEPENDS assignment - Correct LDAP_SASL logic - Replace tab with a single space after 'WWW:' in pkg-descr PR: ports/177127 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* Fix build with clang 3.3flo2013-04-232-0/+47
| | | | Submitted by: Jan Beich <jbeich@tormail.org>
* - update to 8.14.7dinoex2013-04-232-3/+3
| | | | Feature safe: yes
* Reassign skv@ ports to the heapbapt2013-04-223-18/+6
| | | | Feature safe: yes