From 960e9757b7829310015a2892216a8e4d602488fb Mon Sep 17 00:00:00 2001 From: Scott Parker Date: Sat, 7 Feb 2015 05:44:42 +0700 Subject: development/mg-openbsd: Updated for version 5.6.0. Signed-off-by: Willy Sudiarto Raharjo --- development/mg-openbsd/README | 2 +- development/mg-openbsd/mg-openbsd.SlackBuild | 12 ++++++------ development/mg-openbsd/mg-openbsd.info | 6 +++--- development/mg-openbsd/slack-desc | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'development/mg-openbsd') diff --git a/development/mg-openbsd/README b/development/mg-openbsd/README index bec018cd04..93aa1571c4 100644 --- a/development/mg-openbsd/README +++ b/development/mg-openbsd/README @@ -1,4 +1,4 @@ -mg-openbsd (OpenBSD mg ported to Linux). +mg-openbsd (Portable version of the OpenBSD mg editor). mg is intended to be a small, fast, and portable editor for people who can't (or don't want to) run emacs for one reason or another, or are not diff --git a/development/mg-openbsd/mg-openbsd.SlackBuild b/development/mg-openbsd/mg-openbsd.SlackBuild index c5672dc843..daf44a0c73 100644 --- a/development/mg-openbsd/mg-openbsd.SlackBuild +++ b/development/mg-openbsd/mg-openbsd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mg-openbsd -# Copyright 2013 Scott Parker, Vancouver BC, Canada +# Copyright 2013-2015 Scott Parker, Vancouver BC, Canada # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mg-openbsd -VERSION=${VERSION:-5.4.0} +VERSION=${VERSION:-5.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,16 +41,16 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-march=i486 -mtune=i686" + SLKCFLAGS="-O2 -march=i486 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-march=i686 -mtune=i686" + SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-fPIC" + SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" else - SLKCFLAGS="" + SLKCFLAGS="-O2" LIBDIRSUFFIX="" fi diff --git a/development/mg-openbsd/mg-openbsd.info b/development/mg-openbsd/mg-openbsd.info index 2ea7db1ce4..2bf895eb65 100644 --- a/development/mg-openbsd/mg-openbsd.info +++ b/development/mg-openbsd/mg-openbsd.info @@ -1,8 +1,8 @@ PRGNAM="mg-openbsd" -VERSION="5.4.0" +VERSION="5.6.0" HOMEPAGE="https://github.com/scott-parker/mg-openbsd" -DOWNLOAD="https://github.com/scott-parker/mg-openbsd/archive/5.4.0.tar.gz" -MD5SUM="36afe5c3297624ce38b6dab53fb0ced5" +DOWNLOAD="https://github.com/scott-parker/mg-openbsd/archive/5.6.0.tar.gz" +MD5SUM="5bea24090965b3c0659156130b40c16e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/mg-openbsd/slack-desc b/development/mg-openbsd/slack-desc index 4c9edebfa5..4ea78f5da6 100644 --- a/development/mg-openbsd/slack-desc +++ b/development/mg-openbsd/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -mg-openbsd: mg-openbsd (OpenBSD mg ported to Linux) +mg-openbsd: mg-openbsd (Portable version of the OpenBSD mg editor) mg-openbsd: mg-openbsd: mg is intended to be a small, fast, and portable editor for mg-openbsd: people who can't (or don't want to) run emacs for one reason -- cgit v1.2.3-65-gdbad