svn commit: r352974 - in head/devel/jech-dht: . files

Mikhail Teterin mi at FreeBSD.org
Mon May 5 00:59:30 UTC 2014


Author: mi
Date: Mon May  5 00:59:29 2014
New Revision: 352974
URL: http://svnweb.freebsd.org/changeset/ports/352974
QAT: https://qat.redports.org/buildarchive/r352974/

Log:
  Upgrade from 0.21 to 0.22. This introduces an API-incompatibility, but,
  because the ABI remains the same, I am not upping shared library
  version.
  
  Notified by:	portscout

Modified:
  head/devel/jech-dht/Makefile
  head/devel/jech-dht/distinfo
  head/devel/jech-dht/files/BSDmakefile
  head/devel/jech-dht/files/patch-warns

Modified: head/devel/jech-dht/Makefile
==============================================================================
--- head/devel/jech-dht/Makefile	Mon May  5 00:19:18 2014	(r352973)
+++ head/devel/jech-dht/Makefile	Mon May  5 00:59:29 2014	(r352974)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dht
-PORTVERSION=	0.21
+PORTVERSION=	0.22
 CATEGORIES=	devel
 MASTER_SITES=	http://www.pps.univ-paris-diderot.fr/~jch/software/files/
 

Modified: head/devel/jech-dht/distinfo
==============================================================================
--- head/devel/jech-dht/distinfo	Mon May  5 00:19:18 2014	(r352973)
+++ head/devel/jech-dht/distinfo	Mon May  5 00:59:29 2014	(r352974)
@@ -1,2 +1,2 @@
-SHA256 (dht-0.21.tar.gz) = edf8fd9bf6225bbced38a74bb40592d46876fdfb74e9ebddecbdc1e805bdf44f
-SIZE (dht-0.21.tar.gz) = 27578
+SHA256 (dht-0.22.tar.gz) = a3452322648660da43cabd34cff8505d8f655e988f31c467535ad1992c29ac3d
+SIZE (dht-0.22.tar.gz) = 27380

Modified: head/devel/jech-dht/files/BSDmakefile
==============================================================================
--- head/devel/jech-dht/files/BSDmakefile	Mon May  5 00:19:18 2014	(r352973)
+++ head/devel/jech-dht/files/BSDmakefile	Mon May  5 00:59:29 2014	(r352974)
@@ -1,6 +1,6 @@
 LIB=	dht
 SHLIB_MAJOR=	0
-SHLIB_MINOR=	21
+SHLIB_MINOR=	22
 NO_PROFILE=	yes
 
 SRCS=	dht.c

Modified: head/devel/jech-dht/files/patch-warns
==============================================================================
--- head/devel/jech-dht/files/patch-warns	Mon May  5 00:19:18 2014	(r352973)
+++ head/devel/jech-dht/files/patch-warns	Mon May  5 00:59:29 2014	(r352974)
@@ -14,13 +14,6 @@
 +        const struct sockaddr_in6 *sin6 = (const struct sockaddr_in6*)sa;
          const unsigned char *address = (const unsigned char*)&sin6->sin6_addr;
          return sin6->sin6_port == 0 ||
-@@ -687,5 +687,5 @@
-     int i;
- 
--    if(salen > sizeof(struct sockaddr_storage))
-+    if((unsigned)salen > sizeof(struct sockaddr_storage))
-         abort();
- 
 @@ -1281,13 +1281,13 @@
      int i, len;
      struct storage *st;


More information about the svn-ports-head mailing list