diff options
-rw-r--r-- | net/samba4wins/Makefile | 6 | ||||
-rw-r--r-- | net/samba4wins/distinfo | 4 | ||||
-rw-r--r-- | net/samba4wins/files/patch-build__m4__check_types.m4 | 11 |
3 files changed, 5 insertions, 16 deletions
diff --git a/net/samba4wins/Makefile b/net/samba4wins/Makefile index 23d02f6743a4..e7a69f982b5c 100644 --- a/net/samba4wins/Makefile +++ b/net/samba4wins/Makefile @@ -6,8 +6,8 @@ # PORTNAME= samba4wins -PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTVERSION= 1.0.8 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://ftp.sernet.de/pub/samba4WINS/debian/pool/ DISTNAME= ${PORTNAME}_${PORTVERSION}-2 @@ -20,7 +20,7 @@ CONFLICTS= ja-samba-2.* ja-samba-4.* samba-2.* samba-4.* sharity-light-1.* USE_ICONV= yes USE_PERL5= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:env autoheader:env +USE_AUTOTOOLS= autoconf autoheader WRKSRC= ${WRKDIR}/${PORTNAME}/source diff --git a/net/samba4wins/distinfo b/net/samba4wins/distinfo index e7562a08ad11..21755fc54154 100644 --- a/net/samba4wins/distinfo +++ b/net/samba4wins/distinfo @@ -1,2 +1,2 @@ -SHA256 (samba4wins_1.0.7-2.tar.gz) = fe3c31dd1e0af19850d8fcd4bd19cbd7e0fae70bf5f2daace5e874ac10e0a235 -SIZE (samba4wins_1.0.7-2.tar.gz) = 18781922 +SHA256 (samba4wins_1.0.8-2.tar.gz) = c2953979f1bbc1a097768d8859c570507ce5678ef364ec8f637b660a17dcce30 +SIZE (samba4wins_1.0.8-2.tar.gz) = 7287878 diff --git a/net/samba4wins/files/patch-build__m4__check_types.m4 b/net/samba4wins/files/patch-build__m4__check_types.m4 deleted file mode 100644 index 45dd1bf8ab86..000000000000 --- a/net/samba4wins/files/patch-build__m4__check_types.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- ./build/m4/check_types.m4.orig 2009-01-19 04:57:18.000000000 +0000 -+++ ./build/m4/check_types.m4 2009-01-19 04:57:30.000000000 +0000 -@@ -21,7 +21,7 @@ - AC_CHECK_SIZEOF(int,cross) - AC_CHECK_SIZEOF(long,cross) - AC_CHECK_SIZEOF(long long,cross) --if test x"$ac_cv_type_long_long" != x"yes";then -+if test x"$ac_cv_type_long_long" = x"yes";then - AC_MSG_ERROR([Sorry we need type 'long long']) - fi - if test $ac_cv_sizeof_long_long -lt 8;then |