Date: Mon, 17 Jun 2013 12:03:15 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321103 - head/mail/alpine Message-ID: <201306171203.r5HC3Fqm065917@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jun 17 12:03:14 2013 New Revision: 321103 URL: http://svnweb.freebsd.org/changeset/ports/321103 Log: Add an options to configure SSL (on), this was missed during the conversion to new options framework. Bump port revision. Reported by: M. Schulte <m@fuglos.org> Modified: head/mail/alpine/Makefile Modified: head/mail/alpine/Makefile ============================================================================== --- head/mail/alpine/Makefile Mon Jun 17 11:57:19 2013 (r321102) +++ head/mail/alpine/Makefile Mon Jun 17 12:03:14 2013 (r321103) @@ -2,7 +2,7 @@ PORTNAME?= alpine PORTVERSION= 2.00 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= mail news ipv6 MASTER_SITES= ftp://ftp.cac.washington.edu/alpine/ DIST_SUBDIR= alpine-${PORTVERSION} @@ -16,8 +16,8 @@ MOUSE_DESC= Enable mouse support for xte ISPELL_DESC= Use ispell instead of aspell as default speller NOSPELL_DESC= Use no default speller (overrides both) .if !defined(PICO_ALPINE_SLAVE) -OPTIONS_DEFINE+= PICO IPV6 LDAP PASSFILE CONS25 QUOTA MAILDIR -OPTIONS_DEFAULT+= PICO +OPTIONS_DEFINE+= PICO IPV6 LDAP PASSFILE CONS25 QUOTA MAILDIR SSL +OPTIONS_DEFAULT+= PICO SSL PICO_DESC= Build and install pico, the default editor PASSFILE_DESC= Support for a stored password file (DANGEROUS) CONS25_DESC= Add a patch to support color for default console
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306171203.r5HC3Fqm065917>