svn commit: r386816 - head/net/enet
Rusmir Dusko
nemysis at FreeBSD.org
Tue May 19 21:37:14 UTC 2015
Author: nemysis
Date: Tue May 19 21:37:12 2015
New Revision: 386816
URL: https://svnweb.freebsd.org/changeset/ports/386816
Log:
- Update to 1.3.13, announce message:
* miscellaneous bug fixes
* added premake and cmake support
* miscellaneous documentation cleanups
Modified:
head/net/enet/Makefile
head/net/enet/distinfo
head/net/enet/pkg-plist
Modified: head/net/enet/Makefile
==============================================================================
--- head/net/enet/Makefile Tue May 19 21:28:59 2015 (r386815)
+++ head/net/enet/Makefile Tue May 19 21:37:12 2015 (r386816)
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= enet
-PORTVERSION= 1.3.12
-PORTREVISION= 2
+PORTVERSION= 1.3.13
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://enet.bespin.org/download/
+#http://enet.bespin.org/download/enet-1.3.13.tar.gz
MAINTAINER= nemysis at FreeBSD.org
COMMENT= Simple and robust communication library based on UDP
Modified: head/net/enet/distinfo
==============================================================================
--- head/net/enet/distinfo Tue May 19 21:28:59 2015 (r386815)
+++ head/net/enet/distinfo Tue May 19 21:37:12 2015 (r386816)
@@ -1,2 +1,2 @@
-SHA256 (enet-1.3.12.tar.gz) = a5851cbd0dde2ddb47bca487a61976825159cb508ece3b1e34605420ac7e1d0b
-SIZE (enet-1.3.12.tar.gz) = 550604
+SHA256 (enet-1.3.13.tar.gz) = e36072021faa28731b08c15b1c3b5b91b911baf5f6abcc7fe4a6d425abada35c
+SIZE (enet-1.3.13.tar.gz) = 669090
Modified: head/net/enet/pkg-plist
==============================================================================
--- head/net/enet/pkg-plist Tue May 19 21:28:59 2015 (r386815)
+++ head/net/enet/pkg-plist Tue May 19 21:37:12 2015 (r386816)
@@ -10,5 +10,5 @@ include/enet/win32.h
lib/libenet.a
lib/libenet.so
lib/libenet.so.7
-lib/libenet.so.7.0.0
+lib/libenet.so.7.0.1
libdata/pkgconfig/libenet.pc
More information about the svn-ports-all
mailing list