Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 06:30:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/178979: commit references a PR
Message-ID:  <201306170630.r5H6U0nD051713@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178979; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178979: commit references a PR
Date: Mon, 17 Jun 2013 06:22:28 +0000 (UTC)

 Author: az
 Date: Mon Jun 17 06:22:19 2013
 New Revision: 321086
 URL: http://svnweb.freebsd.org/changeset/ports/321086
 
 Log:
   - Trim Makefile header
   - Improve COMMENT and pkg-descr
   - Remove obsolete knob NO_INSTALL_MANPAGES
   - NOPORTDOCS -> PORT_OPTIONS:MDOCS
   
   PR:		ports/178979
   Submitted by: 	Kevin Zheng <kevinz5000@gmail.com>
   Approved by:	maintainer (timeout)
 
 Modified:
   head/dns/inadyn/Makefile
   head/dns/inadyn/pkg-descr
 
 Modified: head/dns/inadyn/Makefile
 ==============================================================================
 --- head/dns/inadyn/Makefile	Mon Jun 17 05:38:19 2013	(r321085)
 +++ head/dns/inadyn/Makefile	Mon Jun 17 06:22:19 2013	(r321086)
 @@ -1,9 +1,5 @@
 -# New ports collection makefile for:   inadyn
 -# Date created:        9 September 2005
 -# Whom:                Alex Samorukov <samm@os2.kiev.ua>
 -#
 +# Created by: Alex Samorukov <samm@os2.kiev.ua>
  # $FreeBSD$
 -#
  
  PORTNAME=	inadyn
  PORTVERSION=	1.96.2
 @@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR=	dhn
  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_DOS2UNIX=	yes
  USE_GMAKE=	yes
  MAKEFILE=	makefile
  
 -.if !defined(NO_INSTALL_MANPAGES)
 -MAN8=		inadyn.8
  MAN5=		inadyn.conf.5
 -.endif
 +MAN8=		inadyn.8
  
  PORTDOCS=	readme.html
  PLIST_FILES=	bin/inadyn
  
 +OPTIONS_DEFINE=	DOCS
 +
 +.include <bsd.port.options.mk>
 +
  post-extract:
  	@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
  
 @@ -41,14 +39,12 @@ post-patch:
  		${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 <bsd.port.mk>
 
 Modified: head/dns/inadyn/pkg-descr
 ==============================================================================
 --- head/dns/inadyn/pkg-descr	Mon Jun 17 05:38:19 2013	(r321085)
 +++ head/dns/inadyn/pkg-descr	Mon Jun 17 06:22:19 2013	(r321086)
 @@ -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.
 +
 +INADYN supports the following dynamic DNS services:
 + - dyndns.org (in all three flavors: dynamic, static, custom)
 + - freedns.afraid.org
 + - no-ip.com
 + - zoneedit.com
  
 -Supported dynamic DNS services are: dyndns.org (in all three flavors: dynamic, 
 -static, custom), freedns.afraid.org, zoneedit.com, no-ip.com 
 - 
  WWW: http://www.inatech.eu/inadyn/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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