From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 25 19:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7EB75E3B for ; Sat, 25 May 2013 19:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 65CEF13C for ; Sat, 25 May 2013 19:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4PJK0km035207 for ; Sat, 25 May 2013 19:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4PJK0xN035206; Sat, 25 May 2013 19:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 25 May 2013 19:20:00 GMT Resent-Message-Id: <201305251920.r4PJK0xN035206@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kevin Zheng Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0DD60A88 for ; Sat, 25 May 2013 19:11:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id E3131E4 for ; Sat, 25 May 2013 19:11:11 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4PJBBOV091958 for ; Sat, 25 May 2013 19:11:11 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4PJBB4A091957; Sat, 25 May 2013 19:11:11 GMT (envelope-from nobody) Message-Id: <201305251911.r4PJBB4A091957@oldred.FreeBSD.org> Date: Sat, 25 May 2013 19:11:11 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178979: [patch] Clean up dns/inadyn X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 19:20:00 -0000 >Number: 178979 >Category: ports >Synopsis: [patch] Clean up dns/inadyn >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: Sat May 25 19:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.1-RELEASE-p3 >Organization: >Environment: FreeBSD sigma.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:11:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Do some cleanup work on dns/inadyn. This means: - Trim Makefile header - Improve COMMENT and pkg-descr - Remove obsolete knob NO_INSTALL_MANPAGES - Quit using NOPORTDOCS by adopting OptionsNG >How-To-Repeat: >Fix: Apply the attached patch: IMPORTANT: using `svn patch `. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319002) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: inadyn -# Date created: 9 September 2005 -# Whom: Alex Samorukov -# +# Created by: Alex Samorukov # $FreeBSD$ -# PORTNAME= inadyn PORTVERSION= 1.96.2 @@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME}.v${PORTVERSION} MAINTAINER= samm@os2.kiev.ua -COMMENT= INADYN - Simple DYNAMIC DNS client +COMMENT= Dynamic DNS update client USE_RC_SUBR= inadyn USE_ZIP= yes @@ -23,14 +19,16 @@ USE_GMAKE= yes MAKEFILE= makefile -.if !defined(NO_INSTALL_MANPAGES) +MAN5= inadyn.conf.5 MAN8= inadyn.8 -MAN5= inadyn.conf.5 -.endif PORTDOCS= readme.html PLIST_FILES= bin/inadyn +OPTIONS_DEFINE= DOCS + +.include + post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} @@ -41,14 +39,12 @@ ${WRKSRC}/src/dyndns.h do-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} -p ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif ${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/inadyn ${PREFIX}/bin -.if !defined(NO_INSTALL_MANPAGES) ${INSTALL_MAN} ${WRKSRC}/man/inadyn.8 ${MANPREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/man/inadyn.conf.5 ${MANPREFIX}/man/man5 -.endif .include Index: pkg-descr =================================================================== --- pkg-descr (revision 319002) +++ pkg-descr (working copy) @@ -1,8 +1,13 @@ -INADYN is a dynamic DNS client, it maintains the IP address of a host name by -periodically checking whether the IP address stored by the DNS server is the -real current address of the machine that is running INADYN. +INADYN is a free, multi-platform dynamic DNS update client. It gives the +possibility to have your own fixed hostname registered on the Internet, +although your IP might be changing. It checks periodically whether the IP +address stored by the DNS server is the real current IP address of the machine +that is running INADYN. -Supported dynamic DNS services are: dyndns.org (in all three flavors: dynamic, -static, custom), freedns.afraid.org, zoneedit.com, no-ip.com - +INADYN supports the following dynamic DNS services: + - dyndns.org (in all three flavors: dynamic, static, custom) + - freedns.afraid.org + - no-ip.com + - zoneedit.com + WWW: http://www.inatech.eu/inadyn/ >Release-Note: >Audit-Trail: >Unformatted: