ports/176942: [patch] security/fpc-openssl: adopt optionsNG, trim historical header

Jason Helfman jgh at FreeBSD.org
Thu Mar 14 05:50:01 UTC 2013


>Number:         176942
>Category:       ports
>Synopsis:       [patch] security/fpc-openssl: adopt optionsNG, trim historical header
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 14 05:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247807: Mon Mar 4 19:35:47 UTC 2013 peter at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
adopt optionsNG, trim historical header
>How-To-Repeat:
	
>Fix:

Index: security/fpc-openssl/Makefile
===================================================================
--- security/fpc-openssl/Makefile	(revision 314132)
+++ security/fpc-openssl/Makefile	(working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fpc-openssl
-# Date created: 			2007-09-11
-# Whom: 				Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
-#
+# Created by: Jose Alonso Cardenas Marquez <acm at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTREVISION=	0
 CATEGORIES=	security lang
@@ -18,6 +14,8 @@
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
 EXTRACTUNITDIR+=	${WRKUNITDIR}
 
-OPTIONS=	OPENSSL	"Install SSL and crypto library"	on
+OPTIONS_DEFINE=	OPENSSL
+OPENSSL_DESC=	Install SSL and crypto library
+OPTIONS_DEFAULT=	OPENSSL
 
 .include "${MASTERDIR}/Makefile"
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list