Bump port version to 1.0.8

This commit is contained in:
Timur I. Bakeyev 2011-07-29 03:51:29 +00:00
parent dfdf9a6052
commit a65dff2616
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278512
3 changed files with 5 additions and 16 deletions

View file

@ -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

View file

@ -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

View file

@ -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