mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 02:11:39 +01:00 
			
		
		
		
	community/filezilla: upgrade to 3.63.1
This commit is contained in:
		
							parent
							
								
									eeee03bff3
								
							
						
					
					
						commit
						43e44d6036
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
 | 
					# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
 | 
				
			||||||
pkgname=filezilla
 | 
					pkgname=filezilla
 | 
				
			||||||
pkgver=3.62.2
 | 
					pkgver=3.63.1
 | 
				
			||||||
pkgrel=1
 | 
					pkgrel=0
 | 
				
			||||||
pkgdesc="FTP Client"
 | 
					pkgdesc="FTP Client"
 | 
				
			||||||
url="https://filezilla-project.org/"
 | 
					url="https://filezilla-project.org/"
 | 
				
			||||||
arch="all"
 | 
					arch="all"
 | 
				
			||||||
@ -62,6 +62,6 @@ package() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sha512sums="
 | 
					sha512sums="
 | 
				
			||||||
a7dec07f6b6fe6fe1a54481e67e9ad2cb057bf84db6e6128f5e853f2edac3c34583a84f25c206f382f8bac6fa4ab48ea54a2a2f7efe8cc6c9d18cb1d3eba0255  FileZilla_3.62.2_src.tar.bz2
 | 
					c4f70eb772c868508dc10e1d3a5c9300bc034523f1ee374b30178048ded8e70be3d6307769509d4f8c0921126726dafbcbfda0066fe6d2c5f93af369196618c0  FileZilla_3.63.1_src.tar.bz2
 | 
				
			||||||
751328020399e3ab6e9de48ebeaac3c8d20b74c264e4b13a1d9afa3fca75407ea3c446707d9289fb4b5e05516ec6ca2492be4c523432b1645cd99b4f649835ab  wxwidgets-3.2.patch
 | 
					3efdd8cb2c323596d1e6ffb408197f4e7576b0fe6554f02d20ca700e8d312f95a1accb21cd20b2120bf9c1259fe037ec9faf5ec6269d40a13856f27f06b1c6f5  wxwidgets-3.2.patch
 | 
				
			||||||
"
 | 
					"
 | 
				
			||||||
 | 
				
			|||||||
@ -1,17 +1,13 @@
 | 
				
			|||||||
diff --git a/configure.ac b/configure.ac
 | 
					diff --git a/configure.ac b/configure.ac
 | 
				
			||||||
index 852e4e0..48b008d 100644
 | 
					index 4aaf93d..6367b6a 100644
 | 
				
			||||||
--- a/configure.ac
 | 
					--- a/configure.ac
 | 
				
			||||||
+++ b/configure.ac
 | 
					+++ b/configure.ac
 | 
				
			||||||
@@ -178,13 +178,6 @@ if test "$buildmain" = "yes"; then
 | 
					@@ -178,9 +178,6 @@ if test "$buildmain" = "yes"; then
 | 
				
			||||||
         equivalent variable and wxWidgets version is $MIN_WX_VERSION or above.
 | 
					         equivalent variable and wxWidgets version is $MIN_WX_VERSION or above.
 | 
				
			||||||
     ])
 | 
					     ])
 | 
				
			||||||
   fi
 | 
					   fi
 | 
				
			||||||
-  if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then
 | 
					-  if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then
 | 
				
			||||||
-    AC_MSG_ERROR([You must use wxWidgets 3.0.x, development versions of wxWidgets are not supported.])
 | 
					-    AC_MSG_ERROR([You must use wxWidgets 3.0.x, or 3.2.x, development versions of wxWidgets are not supported.])
 | 
				
			||||||
-  elif test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" != "3.0"; then
 | 
					 | 
				
			||||||
-    if ! echo "$WX_CPPFLAGS" | grep __WXMAC__ > /dev/null; then
 | 
					 | 
				
			||||||
-      AC_MSG_ERROR([You must use wxWidgets 3.0.x, wxWidgets 3.2 or higher is not yet supported.])
 | 
					 | 
				
			||||||
-    fi
 | 
					 | 
				
			||||||
-  fi
 | 
					-  fi
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
   if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.0"; then
 | 
					   if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.0"; then
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user