Commit graph

47 commits

Author SHA1 Message Date
agc
ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
hiramatsu
d9f661035e Set MAINTAINER to pkgsrc-users. 2015-03-15 19:42:33 +00:00
joerg
5ab16c949e Nuke zephr related code, the options weren't supported anyway. 2015-01-08 17:01:23 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
obache
34a1a141a4 remove wourarounds for broken NetBSD-4 builtin openssl, it will not be used anymore. 2014-02-13 06:24:36 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
joerg
0dee500f43 Give configure the desired rpath flag explicitly. 2013-11-13 13:34:32 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
wiz
a8730d5aa1 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
joerg
ddebfef9f3 Always return a value from non-void functions. 2012-11-23 12:35:57 +00:00
asau
d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
dholland
9be6beaaf0 Fix MAKE_JOBS issue that showed up in Joerg's build last weekend. 2012-06-09 06:28:57 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
obache
869fa1b7ff Prefer system builtin com_err other than Linux.
fixes PR#45782.
2012-01-05 11:52:33 +00:00
obache
1019a3b860 Back to use builtin com_err if builtin krb5 is preferred. 2011-12-20 11:59:46 +00:00
sbd
8438695f81 Don't use a builtin libcom_err if not using kerberos.
Builtin librarys like com_err should only be used if there is are proper
buildlink3.mk and builtin.mk files for the library, otherwise part of the
point of having the buildlink/builtin system is lost.

There no point in having a buildlink/builtin files for com_err as
currently only three packages use it by itself (mail/cyrus-imapd*) and
using the package suppled library only adds 72K to the package size.
2011-12-17 07:29:49 +00:00
sbd
adfa0c4ef7 Revert commit:
Module Name:	pkgsrc
Committed By:	sbd
Date:		Wed Dec  7 20:39:19 UTC 2011

Modified Files:
	pkgsrc/mail/cyrus-imapd: Makefile
	pkgsrc/mail/cyrus-imapd23: Makefile
	pkgsrc/mail/cyrus-imapd24: Makefile

Log Message:
If a package Makefile is going to try and detect a builtin libraray it
should honor the PREFER* variables.
2011-12-09 02:16:13 +00:00
sbd
b8d5a69f21 If a package Makefile is going to try and detect a builtin libraray it
should honor the PREFER* variables.
2011-12-07 20:39:19 +00:00
obache
5b618071a9 add HTTP master site. 2011-10-05 01:22:57 +00:00
obache
627c7283f7 Update cyrus-imapd23 to 2.3.18.
Changes to the Cyrus IMAP Server since 2.3.17

      * Fix for incomplete authentication checks in nntpd, reported by
        Secunia as SA46093 - thanks Stefan Cornelius, Secunia Research
2011-10-05 01:18:34 +00:00
obache
5f5401a5ab require Digest::SHA1 to build. 2011-09-26 01:31:02 +00:00
obache
9f153e728b Update cyrus-imapd23 to 2.3.17.
(add an patch to fix compilation on perl 5.14)

Changes to the Cyrus IMAP Server since 2.3.16

      * Fix for CVE-2011-3208, a remotely exploitable buffer overflow in
        nntpd
2011-09-09 11:56:19 +00:00
obache
bb3696f957 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
obache
9297f1831d recursive bump from icu shlib major bump. 2011-06-10 21:57:06 +00:00
obache
65fb53fa8e Add two patches taken from upstream repo for CVE-2011-0411.
Bump PKGREVISION.
2011-05-15 08:40:33 +00:00
obache
3a5967b50d fixes build on DragonFly. 2011-04-14 12:29:16 +00:00
obache
59d2a8270b Fixes paths for html file. 2010-10-30 11:48:06 +00:00
obache
8f4a51b35d No need to buildlink with bdb here, it is handled in options.mk. 2010-10-30 07:44:35 +00:00
adam
6109aa350c Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
obache
87758ddcb9 Update HOMEPAGE and MASTER_SITES. 2010-09-04 01:51:52 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
obache
ed736475e9 * Fix building with db5.
* Bump PKGREVISION for db4 ABI bump, because bdb option is enabled by default.
2010-06-03 06:55:54 +00:00
obache
4c03414a8c Use makedepend before build for MAKE_JOBS_SAFE. 2010-05-22 12:05:10 +00:00
obache
5d4d2c4fe5 Note about LICENSE. 2010-05-17 03:03:28 +00:00
obache
e851678e1c Import cyrus-imapd-2.3.16 as mail/cyrus-imapd23.
IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
2010-02-11 08:27:09 +00:00