svn commit: r321103 - head/mail/alpine

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 17 12:03:15 UTC 2013


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 at 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


More information about the svn-ports-all mailing list