Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2012 08:32:46 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306373 - head/lang/gprolog
Message-ID:  <201210250832.q9P8WkF9011696@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Thu Oct 25 08:32:46 2012
New Revision: 306373
URL: http://svn.freebsd.org/changeset/ports/306373

Log:
  - Update to 1.4.1
  - Trim Makefile header
  
  While here:
  - Remove indefinite article from COMMENT
  - Convert to new options framework
  
  PR:		ports/172180
  Submitted by:	wen@
  Approved by:	maintainer timeout (25 days)
  		makc, avilla (mentors, implicit)
  Feature safe:	yes

Modified:
  head/lang/gprolog/Makefile   (contents, props changed)
  head/lang/gprolog/distinfo   (contents, props changed)

Modified: head/lang/gprolog/Makefile
==============================================================================
--- head/lang/gprolog/Makefile	Thu Oct 25 07:47:41 2012	(r306372)
+++ head/lang/gprolog/Makefile	Thu Oct 25 08:32:46 2012	(r306373)
@@ -1,18 +1,13 @@
-# New ports collection makefile for:   gprolog
-# Date created:        30 June 2001
-# Whom:                Douglas Anestad <yotta@dougdidit.com>
-#
+# Created by: Douglas Anestad <yotta@dougdidit.com>
 # $FreeBSD$
-#
 
 PORTNAME=	gprolog
-PORTVERSION=	1.4.0
-PORTREVISION=	0
+PORTVERSION=	1.4.1
 CATEGORIES=	lang
 MASTER_SITES=	http://www.gprolog.org/
 
 MAINTAINER=	nsmoot@make.sh
-COMMENT=	A free Prolog compiler
+COMMENT=	Free Prolog compiler
 
 ONLY_FOR_ARCHS=	i386 amd64
 
@@ -25,23 +20,27 @@ CONFIGURE_TARGET=	${ARCH:S/amd64/x86_64/
 
 PLIST_SUB+=	GPROLOG_VER=${PORTVERSION}
 
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE=	FD
+OPTIONS_DEFAULT=FD
+FD_DESC=	Enable finite domain constraint solver
 
-.if !defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	*
 CONFIGURE_ARGS+=--with-doc-dir="${DOCSDIR}"
 .else
 CONFIGURE_ARGS+=--with-doc-dir="${WRKDIR}/docs"
 .endif
 
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
 PORTEXAMPLES=	*
 CONFIGURE_ARGS+=--with-examples-dir="${EXAMPLESDIR}"
 .else
 CONFIGURE_ARGS+=--with-examples-dir="${WRKDIR}/examples"
 .endif
 
-.if defined(WITHOUT_FD)
+.if empty(PORT_OPTIONS:MFD)
 CONFIGURE_ARGS+=--disable-fd-solver
 PLIST_SUB+=	FD="@comment "
 PKGNAMESUFFIX=	-nofd
@@ -49,4 +48,4 @@ PKGNAMESUFFIX=	-nofd
 PLIST_SUB+=	FD=""
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/lang/gprolog/distinfo
==============================================================================
--- head/lang/gprolog/distinfo	Thu Oct 25 07:47:41 2012	(r306372)
+++ head/lang/gprolog/distinfo	Thu Oct 25 08:32:46 2012	(r306373)
@@ -1,2 +1,2 @@
-SHA256 (gprolog-1.4.0.tar.gz) = fc2d805ed94e8d8413254ffc7e8e3ad9a5fc2b3d1a044883a72b32f670e83e49
-SIZE (gprolog-1.4.0.tar.gz) = 3239962
+SHA256 (gprolog-1.4.1.tar.gz) = e2819ed9c426138d3191e4d97ae5121cf97e132eecf102400f87f1e372a05b72
+SIZE (gprolog-1.4.1.tar.gz) = 3273781



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210250832.q9P8WkF9011696>