From a158ae00f6e3bb4a5e0b7db2dc3cbbd5520a7b77 Mon Sep 17 00:00:00 2001 From: Andre Barboza Date: Sun, 24 Feb 2013 17:34:23 -0500 Subject: development/netbeans: Updated for version 7.3. Signed-off-by: dsomero --- development/netbeans/netbeans.SlackBuild | 6 +++--- development/netbeans/netbeans.info | 6 +++--- development/netbeans/slack-desc | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'development/netbeans') diff --git a/development/netbeans/netbeans.SlackBuild b/development/netbeans/netbeans.SlackBuild index 4bdf8d40f9..da2b6bf816 100644 --- a/development/netbeans/netbeans.SlackBuild +++ b/development/netbeans/netbeans.SlackBuild @@ -26,13 +26,13 @@ # Updated by Andre Barboza PRGNAM=netbeans -VERSION=7.2.1 +VERSION=7.3 ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} BUNDLE=${BUNDLE:+-$BUNDLE} -DATE="201210100934" +DATE="201302132200" CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -44,7 +44,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG/opt $OUTPUT cd $PKG/opt -unzip -o $CWD/$PRGNAM-$VERSION-$DATE-ml${BUNDLE}.zip +unzip -o $CWD/$PRGNAM-$VERSION-$DATE${BUNDLE}.zip chown -R root:root . find . \ diff --git a/development/netbeans/netbeans.info b/development/netbeans/netbeans.info index 3f36f9ff2f..5546fdf002 100644 --- a/development/netbeans/netbeans.info +++ b/development/netbeans/netbeans.info @@ -1,8 +1,8 @@ PRGNAM="netbeans" -VERSION="7.2.1" +VERSION="7.3" HOMEPAGE="http://www.netbeans.org" -DOWNLOAD="http://download.netbeans.org/netbeans/7.2.1/final/zip/netbeans-7.2.1-201210100934-ml.zip" -MD5SUM="9a57b21f0d08d899a5ca775c12893a9d" +DOWNLOAD="http://download.netbeans.org/netbeans/7.3/final/zip/netbeans-7.3-201302132200.zip" +MD5SUM="27b4a9cc3b9309c74f38e2cd1c70e37b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" diff --git a/development/netbeans/slack-desc b/development/netbeans/slack-desc index 8356a674c6..c496633f00 100644 --- a/development/netbeans/slack-desc +++ b/development/netbeans/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| netbeans: Netbeans (Free and Open-Source IDE for Java Development and More) -- cgit v1.2.3-65-gdbad