From: <abe...@us...> - 2014-01-18 04:00:40
|
Revision: 6364 http://sourceforge.net/p/astlinux/code/6364 Author: abelbeck Date: 2014-01-18 04:00:37 +0000 (Sat, 18 Jan 2014) Log Message: ----------- neon, version bump to 0.30.0 Modified Paths: -------------- branches/1.0/package/neon/neon.mk Modified: branches/1.0/package/neon/neon.mk =================================================================== --- branches/1.0/package/neon/neon.mk 2014-01-18 03:44:02 UTC (rev 6363) +++ branches/1.0/package/neon/neon.mk 2014-01-18 04:00:37 UTC (rev 6364) @@ -3,13 +3,14 @@ # neon # ############################################################# -NEON_VERSION:=0.29.6 -NEON_SITE:=http://www.webdav.org/neon/ -NEON_INSTALL_STAGING:=YES -NEON_CONF_OPT:=--without-gssapi --disable-rpath -NEON_DEPENDENCIES:=host-pkg-config +NEON_VERSION = 0.30.0 +NEON_SITE = http://www.webdav.org/neon/ +NEON_INSTALL_STAGING = YES +NEON_CONF_OPT = --without-gssapi --disable-rpath +NEON_DEPENDENCIES = host-pkg-config + ifeq ($(BR2_PACKAGE_NEON_ZLIB),y) NEON_CONF_OPT += --with-zlib=yes NEON_DEPENDENCIES += zlib @@ -44,11 +45,10 @@ NEON_CONF_OPT += --disable-webdav endif +ifneq ($(BR2_HAVE_DEVFILES),y) define NEON_REMOVE_CONFIG_SCRIPTS - $(RM) -f $(TARGET_DIR)/usr/bin/neon-config + rm -f $(TARGET_DIR)/usr/bin/neon-config endef - -ifneq ($(BR2_HAVE_DEVFILES),y) NEON_POST_INSTALL_TARGET_HOOKS += NEON_REMOVE_CONFIG_SCRIPTS endif @@ -57,7 +57,6 @@ -e "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" \ $(STAGING_DIR)/usr/bin/neon-config endef - NEON_POST_INSTALL_STAGING_HOOKS += NEON_STAGING_NEON_CONFIG_FIXUP $(eval $(call AUTOTARGETS,package,neon)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2014-01-19 02:58:50
|
Revision: 6368 http://sourceforge.net/p/astlinux/code/6368 Author: abelbeck Date: 2014-01-19 02:58:46 +0000 (Sun, 19 Jan 2014) Log Message: ----------- neon, revert back to version 0.29.6, Asterisk res_calendar_ews.so fails to load with versions other than 0.29.x Modified Paths: -------------- branches/1.0/package/neon/neon.mk Modified: branches/1.0/package/neon/neon.mk =================================================================== --- branches/1.0/package/neon/neon.mk 2014-01-19 02:05:31 UTC (rev 6367) +++ branches/1.0/package/neon/neon.mk 2014-01-19 02:58:46 UTC (rev 6368) @@ -4,7 +4,7 @@ # ############################################################# -NEON_VERSION = 0.30.0 +NEON_VERSION = 0.29.6 NEON_SITE = http://www.webdav.org/neon/ NEON_INSTALL_STAGING = YES NEON_CONF_OPT = --without-gssapi --disable-rpath This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2014-11-10 19:37:31
|
Revision: 6815 http://sourceforge.net/p/astlinux/code/6815 Author: abelbeck Date: 2014-11-10 19:37:23 +0000 (Mon, 10 Nov 2014) Log Message: ----------- neon, version bump to 0.30.1, the latest Asterisk's are now compatible Modified Paths: -------------- branches/1.0/package/neon/neon.mk Modified: branches/1.0/package/neon/neon.mk =================================================================== --- branches/1.0/package/neon/neon.mk 2014-11-10 19:02:25 UTC (rev 6814) +++ branches/1.0/package/neon/neon.mk 2014-11-10 19:37:23 UTC (rev 6815) @@ -4,7 +4,7 @@ # ############################################################# -NEON_VERSION = 0.29.6 +NEON_VERSION = 0.30.1 NEON_SITE = http://www.webdav.org/neon/ NEON_INSTALL_STAGING = YES NEON_CONF_OPT = --without-gssapi --disable-rpath This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-10-03 13:59:33
|
Revision: 7874 http://sourceforge.net/p/astlinux/code/7874 Author: abelbeck Date: 2016-10-03 13:59:30 +0000 (Mon, 03 Oct 2016) Log Message: ----------- neon, version bump to 0.30.2 Modified Paths: -------------- branches/1.0/package/neon/neon.mk Modified: branches/1.0/package/neon/neon.mk =================================================================== --- branches/1.0/package/neon/neon.mk 2016-10-03 13:50:40 UTC (rev 7873) +++ branches/1.0/package/neon/neon.mk 2016-10-03 13:59:30 UTC (rev 7874) @@ -4,7 +4,7 @@ # ############################################################# -NEON_VERSION = 0.30.1 +NEON_VERSION = 0.30.2 NEON_SITE = http://www.webdav.org/neon/ NEON_INSTALL_STAGING = YES NEON_CONF_OPT = --without-gssapi --disable-rpath This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |