Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2014 00:01:30 GMT
From:      Kjetil Rustad <kjetil@cckengine.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187996: [PATCH] irc/ngircd: update to 21.1,1
Message-ID:  <201403270001.s2R01Uin000145@cgiserv.freebsd.org>
Resent-Message-ID: <201403270010.s2R0A0Bo022783@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187996
>Category:       ports
>Synopsis:       [PATCH] irc/ngircd: update to 21.1,1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 27 00:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Kjetil Rustad
>Release:        FreeBSD 9.2-RELEASE-p3 amd64
>Organization:
>Environment:
FreeBSD fusion 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014
>Description:
Update to 21.1,1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ../ngircd.orig/Makefile ./Makefile
--- ../ngircd.orig/Makefile	2014-03-27 00:12:39.000000000 +0000
+++ ./Makefile	2014-03-27 00:14:31.000000000 +0000
@@ -2,7 +2,7 @@
 # $FreeBSD: head/irc/ngircd/Makefile 333229 2013-11-08 14:17:56Z wg $
 
 PORTNAME=	ngircd
-PORTVERSION=	21
+PORTVERSION=	21.1
 PORTEPOCH=	1
 CATEGORIES=	irc ipv6
 MASTER_SITES=	ftp://ftp.berlios.de/pub/%SUBDIR%/ \
diff -ruN ../ngircd.orig/distinfo ./distinfo
--- ../ngircd.orig/distinfo	2014-03-27 00:12:39.000000000 +0000
+++ ./distinfo	2014-03-27 00:16:37.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (ngircd-21.tar.gz) = 0edbd41304186e43f9d907a7017b40520cc90c2ce29b1339bdcd7622fffe19a0
-SIZE (ngircd-21.tar.gz) = 500668
+SHA256 (ngircd-21.1.tar.gz) = 96083ae7dbc5df852efc904fff4800959f103554de2c6d096deaa5408135f59e
+SIZE (ngircd-21.1.tar.gz) = 503084
diff -ruN ../ngircd.orig/files/patch-doc-Makefile.in ./files/patch-doc-Makefile.in
--- ../ngircd.orig/files/patch-doc-Makefile.in	2014-03-27 00:12:39.000000000 +0000
+++ ./files/patch-doc-Makefile.in	2014-03-27 01:36:33.000000000 +0000
@@ -1,14 +1,14 @@
---- doc/Makefile.in.orig	2013-02-15 11:30:58.000000000 +0000
-+++ doc/Makefile.in	2013-03-07 12:19:53.000000000 +0000
-@@ -588,6 +588,7 @@
+--- doc/Makefile.in.orig	2014-03-25 13:48:41.000000000 +0000
++++ doc/Makefile.in	2014-03-27 01:33:25.000000000 +0000
+@@ -590,6 +590,7 @@
  	@if [ ! -f $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \
  	  make install-config; \
  	 fi
 +.if !defined(NOPORTDOCS)
- 	$(mkinstalldirs) $(DESTDIR)$(docdir)
+ 	$(MKDIR_P) -m 755 $(DESTDIR)$(docdir)
  	for f in $(static_docs) $(toplevel_docs); do \
  	  $(INSTALL) -m 644 -c $(srcdir)/$$f $(DESTDIR)$(docdir)/; \
-@@ -595,12 +596,13 @@
+@@ -597,12 +598,13 @@
  	for f in $(generated_docs); do \
  	  $(INSTALL) -m 644 -c $$f $(DESTDIR)$(docdir)/; \
  	 done
@@ -24,7 +24,7 @@
  	 echo
  
  uninstall-hook:
-@@ -610,12 +612,12 @@
+@@ -612,12 +614,12 @@
  	 else \
  	  echo; \
  	  echo " ** NOTE: Not uninstalling changed configuration file:"; \


>Release-Note:
>Audit-Trail:
>Unformatted:



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