From owner-svn-ports-head@FreeBSD.ORG Mon Jun 17 12:03:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4F00120A; Mon, 17 Jun 2013 12:03:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4187A10C7; Mon, 17 Jun 2013 12:03:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5HC3FZo065918; Mon, 17 Jun 2013 12:03:15 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5HC3Fqm065917; Mon, 17 Jun 2013 12:03:15 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306171203.r5HC3Fqm065917@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 17 Jun 2013 12:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321103 - head/mail/alpine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jun 2013 12:03:15 -0000 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 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