diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-26 12:07:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-26 12:07:25 +0800 |
commit | 612f3e9fb37748e087dbf2cce88d4967e4561bed (patch) | |
tree | 84341863e0dd14047204c23d37289e7358c5bcb9 /sysutils/aimage | |
parent | ed5921d31d4b9429cbe795c39366cb425654cadc (diff) | |
download | freebsd-ports-gnome-612f3e9fb37748e087dbf2cce88d4967e4561bed.tar.gz freebsd-ports-gnome-612f3e9fb37748e087dbf2cce88d4967e4561bed.tar.zst freebsd-ports-gnome-612f3e9fb37748e087dbf2cce88d4967e4561bed.zip |
- Update to 3.2.4
Changes:
2009-11-23:
- src/imager.cpp (imager::start_imaging): fixed for threaded_hash.
20091022:
- configure.ac: updated to version 3.2.3
- configure.ac: fixed the optimization flag stuff.
- imager.cpp & imager.h: modified to work with threaded_hash and EVP system
20090905:
- configure.ac: minor changes to compile under GCC +4.4
PR: ports/151683
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
Approved by: pgollucci (mentor, implicit)
Diffstat (limited to 'sysutils/aimage')
-rw-r--r-- | sysutils/aimage/Makefile | 9 | ||||
-rw-r--r-- | sysutils/aimage/distinfo | 6 | ||||
-rw-r--r-- | sysutils/aimage/files/patch-src-imager.cpp | 11 |
3 files changed, 4 insertions, 22 deletions
diff --git a/sysutils/aimage/Makefile b/sysutils/aimage/Makefile index 4958822295ac..a3c7ccedb7a7 100644 --- a/sysutils/aimage/Makefile +++ b/sysutils/aimage/Makefile @@ -6,8 +6,7 @@ # PORTNAME= aimage -PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTVERSION= 3.2.4 CATEGORIES= sysutils MASTER_SITES= http://afflib.org/downloads/ @@ -16,16 +15,10 @@ COMMENT= Advanced Disk Imager LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib -BROKEN= does not compile - USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:268 PLIST_FILES= bin/aimage -post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4 - .include <bsd.port.mk> diff --git a/sysutils/aimage/distinfo b/sysutils/aimage/distinfo index 890ac0dc5384..7e6896cfb992 100644 --- a/sysutils/aimage/distinfo +++ b/sysutils/aimage/distinfo @@ -1,3 +1,3 @@ -MD5 (aimage-3.2.1.tar.gz) = 0afd3376fe2c8dd8e43571282505a9fb -SHA256 (aimage-3.2.1.tar.gz) = b647291ae743327ab8d351f5a1d3cdc494bc527d652f08c60b996ec7d6d307a5 -SIZE (aimage-3.2.1.tar.gz) = 342270 +MD5 (aimage-3.2.4.tar.gz) = bb6e4e91524612570a481b6470fe7cd1 +SHA256 (aimage-3.2.4.tar.gz) = 443a98f8820e86504d0036e0075d4a8324d01acc6451c529a2f381cffc23b7b4 +SIZE (aimage-3.2.4.tar.gz) = 144764 diff --git a/sysutils/aimage/files/patch-src-imager.cpp b/sysutils/aimage/files/patch-src-imager.cpp deleted file mode 100644 index 47cd1f0d0386..000000000000 --- a/sysutils/aimage/files/patch-src-imager.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/imager.cpp.orig Sat Mar 29 14:13:35 2008 -+++ src/imager.cpp Sat Mar 29 14:34:37 2008 -@@ -10,6 +10,8 @@ - #include <stdlib.h> - #include <err.h> - #include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> - #include <sys/stat.h> - #include <sys/time.h> - #include <fcntl.h> |