diff options
author | jedgar <jedgar@FreeBSD.org> | 2003-04-08 21:18:42 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2003-04-08 21:18:42 +0000 |
commit | 6ee75216802aeaa840c04e030f30d5653b7eef15 (patch) | |
tree | 6e81b5c4309c7a650c7ab17a4bd530fd4b11b624 /devel/libmcve | |
parent | 65f1101bc14c7e53f357d856eead053e8598f943 (diff) | |
download | FreeBSD-ports-6ee75216802aeaa840c04e030f30d5653b7eef15.zip FreeBSD-ports-6ee75216802aeaa840c04e030f30d5653b7eef15.tar.gz |
Update port to 3.1
Sponsored by: Main Street Softworks
Diffstat (limited to 'devel/libmcve')
-rw-r--r-- | devel/libmcve/Makefile | 3 | ||||
-rw-r--r-- | devel/libmcve/distinfo | 2 | ||||
-rw-r--r-- | devel/libmcve/pkg-descr | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/devel/libmcve/Makefile b/devel/libmcve/Makefile index d348884..1334996 100644 --- a/devel/libmcve/Makefile +++ b/devel/libmcve/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libmcve -PORTVERSION= 3.0 +PORTVERSION= 3.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.mcve.com/pub/libmcve/ @@ -16,5 +16,6 @@ COMMENT= Library to allow credit card processing through MCVE GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --without-pthread .include <bsd.port.mk> diff --git a/devel/libmcve/distinfo b/devel/libmcve/distinfo index b2af9c0..98c0411 100644 --- a/devel/libmcve/distinfo +++ b/devel/libmcve/distinfo @@ -1 +1 @@ -MD5 (libmcve-3.0.tar.gz) = 07fbdd906e7fc3598e34f871da6006b2 +MD5 (libmcve-3.1.tar.gz) = 698fe91a1c931dedb584d7ccee0dc9b8 diff --git a/devel/libmcve/pkg-descr b/devel/libmcve/pkg-descr index ce3a094..dc9eca2 100644 --- a/devel/libmcve/pkg-descr +++ b/devel/libmcve/pkg-descr @@ -1,5 +1,5 @@ This is the library to allow connections to an MCVE Credit -Card Processing Daemond via SSL, unencrypted IP, and drop-files. +Card Processing Daemon via SSL, TCP/IP, and drop-files. It is the base of other APIs including PHP, PERL, and JAVA. WWW: http://www.mcve.com |