aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Log-Dispatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Log-Dispatch/Makefile')
-rw-r--r--devel/p5-Log-Dispatch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index 2033c0ebb53..bf9dd77e7eb 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Log-Dispatch
-PORTVERSION= 2.00
+PORTVERSION= 2.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
@@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
+BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_SUBMAKE= yes
@@ -25,6 +26,7 @@ MAN3= Log::Dispatch.3 \
Log::Dispatch::Email.3 \
Log::Dispatch::Email::MIMELite.3 \
Log::Dispatch::Email::MailSend.3 \
+ Log::Dispatch::Email::MailSender.3 \
Log::Dispatch::Email::MailSendmail.3 \
Log::Dispatch::File.3 \
Log::Dispatch::Handle.3 \
/tr> | | | | big upgrade. * Fix warnings when doing make deinstall by applying some @unexecmarcus2004-08-051-0/+2 | | | | | | magic when removing shared directories. PR: 70013 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet * Update to 2.2.12bland2004-06-053-10/+3 | * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1 | * Update to 2.2.11.marcus2004-03-313-26/+3 | * Fix detection of ambiguous const template specialization.bland2004-03-242-9/+22 | | | | This triggered build breakage in gnome-vfsmm port. * Update to 2.2.10.marcus2004-03-162-3/+3 | * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. * Update to 2.2.9bland2004-02-183-9/+17 | * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 | | | | (Part 1) * - Remove obsolete --without-gnome option.bland2003-09-302-8/+3 | | | | - Exclude tests/ from build and packaging. * Update to 2.2.8.adamw2003-09-303-6/+33 | * Update to 2.2.7bland2003-08-252-2/+2 | | | | Approved by: marcus (mentor) * Update to 2.2.6bland2003-08-223-5/+15 | | | | Approved by: marcus (mentor) * * Update to 2.2.5marcus2003-07-222-2/+3 | | | | * Use USE_BZIP2 * Update to 2.2.4.marcus2003-07-223-3/+22 | * Don't build and install examples by default. This cuts build time byadamw2003-07-082-236/+250 | | | | | | | | | more than half. Examples are available via a WITH_EXAMPLES knob, which is off by default. Bump PORTREVISION. * Change the LATEST_LINK to make this port easier to find.marcus2003-06-201-1/+1 | | | | Requested by: Alexander Nedotsukov <bland@mail.ru> * Update to 2.2.3.marcus2003-06-012-2/+2 | * Update the comment and description to mention the other libraries formarcus2003-05-222-2/+4 | | | | | | which this port is a wrapper. Also, add a URL to the pkg-descr. Suggested by: Alexander Nedotsukov <bland@mail.ru> * Update to 2.2.2.marcus2003-05-224-23/+16 | * Convert to new GNOME infrastructure.marcus2003-04-221-3/+2 | * Remove USE_GNOMENG.marcus2003-04-211-1/+0 | * Update to 2.2.1.marcus2003-04-045-1629/+1876 | * Clear moonlight beckons.ade2003-03-072-1/+1 | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. * Remove a left-over include directory.marcus2003-02-161-0/+1 | | | | Reported by: bento * Update to 2.2.0.marcus2003-02-083-383/+541 | * Chase gtk20's shared lib version.marcus2003-02-081-1/+2 | * Update to 2.0.2.marcus2003-01-023-9/+8 | * Update to 2.0.1.marcus2002-11-173-8/+1507 | * Update to 2.0.0.marcus2002-11-023-20/+20 | * Update to 1.3.26.marcus2002-10-193-9/+14 | * Add gtkmm2 after a repo copy from gtk--. Gtkmm2 is a collection of C++marcus2002-10-126-240/+477 | | | | | | | | bindings for GTK+-2.0. PR: 36945 Submitted by: garrett rooney <rooneg@electricjellyfish.net> Martin Klaffenboeck <martin.klaffenboeck@gmx.at> * GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1 | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. * Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0 | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 * Bump PORTREVISION after latest libsigc++ upgrade. This is needed or portsmarcus2002-08-191-0/+1 | | | | | | depending on gtk-- will not build. Reported by: Adriel Cardenas G. <freebsd@aztlansystems.net> * Use USE_GNOMENG.sobomax2002-07-171-1/+2 | * Actually patch the correct file. You can't patch C++ files in the gtk--marcus2002-06-111-5/+3 | | | | subdir since they are generated at build-time. * Fix a build problem on -CURRENT.marcus2002-06-101-0/+13 | | | | Submitted by: petef * Comment out DIST_SUBDIR=gnome pending next version update.sobomax2002-02-122-2/+2 | * These are GNOME components more than anything else, so track the versionade2002-02-122-3/+5 | | | | as supplied by MASTER_SITE_GNOME. * Update to 1.2.8.sobomax2001-11-132-2/+2 | | | | | PR: 31763 Submitted by: Patrick Li <pat@databits.net> * Update to 1.2.7demon2001-08-122-2/+2 | * SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1 | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. * Update to 1.2.5.sobomax2001-03-133-3/+3 | * Update to 1.2.4nakai2000-12-233-8/+7 | | | | Submitted by: Maxim Sobolev <sobomax@FreeBSD.org> * Add --with-sigc-prefixnakai2000-10-141-1/+3 | | | | Submitted by: Warner Losh <imp@village.org> * Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1 | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. * Implement USE_GTK, part 2.reg2000-10-052-13/+11 | * Update to 1.2.3nakai2000-09-113-5/+5 | * Update to 1.2.2.sobomax2000-08-283-3/+3 | | | | No response from: nakai (maintainer) * USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.sobomax2000-08-211-1/+0 | * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1 | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax * Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1 | | | | ldconfig in PLIST need personal consideration. * Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2 | * Update to 1.2.0nakai2000-04-163-69/+27 | * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3 | * New location on MASTER_SITE.steve1999-12-051-1/+1 | | | | | PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com> * Change MASTER_SITESnakai1999-10-181-1/+2 | * PR: ports/14303nakai1999-10-144-12/+11 | | | | | Submitted by:Ade Lovett<ade@lovett.com> Update to 1.0.3 * $Id$ -> $FreeBSD$peter1999-08-311-1/+1 | * Change all ports that need a new gcc on 3.x to use USE_NEWGCC.cpiazza1999-08-231-11/+3 | * egcc/eg++ have been renamed to gcc295/g++295. Changecpiazza1999-08-181-4/+4 | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> * Move the USE_X_PREFIX up a few lines so it actually gets used.cpiazza1999-08-151-2/+3 | | | | | PR: 13137 Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp> * bsd.port.mk already takes care of passing CC and CXX in the environmentsteve1999-06-091-2/+2 | | | | | | for configure. Submitted by: Jeremy Lea <reg@shale.csir.co.za> * Make sure we pass CC and CXX in configure's environment so thatsteve1999-06-092-3/+16 | | | | | | | | boxes that require egcs from the ports collection will use it instaed of the system compiler. PR: 1176 Submitted by: Yukihiro Nakai <nacai@iname.com> * Update to use gtk version 1.2.3.steve1999-05-292-5/+14 | | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> * Make this compile.asami1999-05-122-0/+12 | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> * Make this compile.asami1999-05-121-11/+7 | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> * Unbroken gtk--mharo1999-05-073-20/+169 | | | | | PR: 11532 Submitted by: Yukihiro Nakai nacai@iname.com * Change maitainer's email address,vanilla1999-01-13