ports/171987: devel/libepp-nicbr: Update to vesion 1.12
KATO Tsuguru
tkato432 at yahoo.com
Tue Sep 25 18:10:19 UTC 2012
>Number: 171987
>Category: ports
>Synopsis: devel/libepp-nicbr: Update to vesion 1.12
>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: Tue Sep 25 18:10:18 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 1.12
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/devel/libepp-nicbr/Makefile devel/libepp-nicbr/Makefile
--- /usr/ports/devel/libepp-nicbr/Makefile 2011-09-02 09:32:20.000000000 +0900
+++ devel/libepp-nicbr/Makefile 2012-09-25 03:20:38.000000000 +0900
@@ -1,27 +1,42 @@
-# New ports collection makefile for: libepp-nicbr
-# Date created: 2006-07-04
-# Whom: Jean Milanez Melo <jmelo at FreeBSD.org>
-#
+# Created by: Jean Milanez Melo <jmelo at FreeBSD.org>
# $FreeBSD: ports/devel/libepp-nicbr/Makefile,v 1.9 2011/09/02 00:32:20 sylvio Exp $
-#
PORTNAME= libepp-nicbr
-PORTVERSION= 1.11
+PORTVERSION= 1.12
CATEGORIES= devel
MASTER_SITES= ftp://ftp.registro.br/pub/libepp-nicbr/
MAINTAINER= ports at FreeBSD.org
COMMENT= Partial Extensible Provisioning Protocol to .br domains
-LIB_DEPENDS= xerces-c:${PORTSDIR}/textproc/xerces-c2
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= xerces-c:${PORTSDIR}/textproc/xerces-c3
+
+OPTIONS_DEFINE= READLINE
+OPTIONS_DEFAULT=READLINE
+READLINE_DESC= Enable readline support
USE_OPENSSL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_header_cppunit_TestRunner_h=no
CONFIGURE_ARGS= --with-xerces-c=${LOCALBASE} \
--with-openssl=${OPENSSLBASE}
+MAKE_JOBS_SAFE= yes
-DATADIR= share/${PORTNAME:S/-/_/}
+DATADIR= ${PREFIX}/share/${PORTNAME:S/-/_/}
PLIST_SUB= VER="${PORTVERSION}"
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MREADLINE}
+USE_READLINE= yes
+PLIST_SUB+= READLINE=""
+.else
+CONFIGURE_ENV+= ac_cv_lib_readline_readline=no
+PLIST_SUB+= READLINE="@comment "
+.endif
+
.include <bsd.port.mk>
diff -urN /usr/ports/devel/libepp-nicbr/distinfo devel/libepp-nicbr/distinfo
--- /usr/ports/devel/libepp-nicbr/distinfo 2011-09-02 09:32:20.000000000 +0900
+++ devel/libepp-nicbr/distinfo 2012-09-10 17:54:22.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (libepp-nicbr-1.11.tar.gz) = 886f971ca341957af49591b9e12819089444b5b04dd695bc5761f0e2aa871771
-SIZE (libepp-nicbr-1.11.tar.gz) = 315121
+SHA256 (libepp-nicbr-1.12.tar.gz) = 3a4569425db2075ea928f75ba50ce7d77421d02ad5e4e7c95405daef711d589c
+SIZE (libepp-nicbr-1.12.tar.gz) = 314578
diff -urN /usr/ports/devel/libepp-nicbr/pkg-descr devel/libepp-nicbr/pkg-descr
--- /usr/ports/devel/libepp-nicbr/pkg-descr 2006-07-06 05:20:24.000000000 +0900
+++ devel/libepp-nicbr/pkg-descr 2012-09-10 23:13:19.000000000 +0900
@@ -1,14 +1,14 @@
-This is the LIBEPP-NICBR C++ library that partially implements the Extensible
-Provisioning Protocol (EPP), as described in the Internet Drafts RFC3730bis to
-RFC3734bis and RFC3735.
+This is the LIBEPP-NICBR C++ library that partially implements the
+Extensible Provisioning Protocol (EPP), as described in the Internet
+Drafts RFC3730bis to RFC3734bis and RFC3735.
-RFC3731bis - EPP Domain Name Mapping - was implemented with hosts as attributes
-of the Domain Object.
+RFC3731bis - EPP Domain Name Mapping - was implemented with hosts as
+attributes of the Domain Object.
-In order to conform to the .BR model, extensions to the EPP Domain Name and
-Contact Mapping were made (draft-neves-epp-brdomain and draft-neves-epp-brorg),
-supported since version 0.2. The documentation for these extensions is
-available at EPP References [1].
+In order to conform to the .BR model, extensions to the EPP Domain Name
+and Contact Mapping were made (draft-neves-epp-brdomain and
+draft-neves-epp-brorg), supported since version 0.2. The documentation
+for these extensions is available at EPP References [1].
[1]
http://registro.br/epp/rfc-EN.html
diff -urN /usr/ports/devel/libepp-nicbr/pkg-plist devel/libepp-nicbr/pkg-plist
--- /usr/ports/devel/libepp-nicbr/pkg-plist 2011-09-02 09:32:20.000000000 +0900
+++ devel/libepp-nicbr/pkg-plist 2012-09-10 23:26:21.000000000 +0900
@@ -1,4 +1,4 @@
-bin/shepp
+%%READLINE%%bin/shepp
include/libepp_nicbr/Action.H
include/libepp_nicbr/AsnCheck.H
include/libepp_nicbr/AsnCheckCmd.H
@@ -135,6 +135,7 @@
include/libepp_nicbr/TransportTLSCommon.H
include/libepp_nicbr/XmlException.H
include/libepp_nicbr/libepp_nicbr.H
+include/libepp_nicbr/libepp_nicbr.H.template
lib/libepp-nicbr-%%VER%%.a
%%DATADIR%%/schemas/asn-1.0.xsd
%%DATADIR%%/schemas/brdomain-1.0.xsd
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list