Skip to content

Commit

Permalink
prepare for new release (0.0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooljeanius committed Jul 25, 2023
1 parent a0e4458 commit fcd7e5c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ build/*
*/xcuserdata/*
*.xcuserdatad
*.xcuserstate
work
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Tue Mar 5 01:42:05 EST 2013 - Hello World!

0.0.5: new tag, since I hadn't created one in awhile
0.0.4: new tag; seemed like I was at a good stopping spot...
0.0.3: version number chosen by applying semantic versioning principles
to the svn revision from which this project was originally pulled.
Expand Down
2 changes: 1 addition & 1 deletion Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ default_variants +rename
variant egallager description {Use my GitHub fork for the source} {
PortGroup github 1.0
# My repo is ahead of the main one in terms of versions:
github.setup cooljeanius ${name} 0.0.4
github.setup cooljeanius ${name} 0.0.5
#FIXME: just fetch from the tag instead of doing this:
fetch.type git
git.url git://github.com/cooljeanius/${name}.git
Expand Down
33 changes: 18 additions & 15 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.70 for osxbom 0.0.4.
# Generated by GNU Autoconf 2.70 for osxbom 0.0.5.
#
# Report bugs to <https://github.com/cooljeanius/osxbom/issues>.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020 Free Software Foundation, Inc.
Expand Down Expand Up @@ -264,8 +266,9 @@ then :
printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
else
printf "%s\n" "$0: Please tell [email protected] about your system,
$0: including any error possibly output before this
printf "%s\n" "$0: Please tell [email protected] and
$0: https://github.com/cooljeanius/osxbom/issues about your
$0: system, including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
fi
Expand Down Expand Up @@ -607,9 +610,9 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='osxbom'
PACKAGE_TARNAME='osxbom'
PACKAGE_VERSION='0.0.4'
PACKAGE_STRING='osxbom 0.0.4'
PACKAGE_BUGREPORT=''
PACKAGE_VERSION='0.0.5'
PACKAGE_STRING='osxbom 0.0.5'
PACKAGE_BUGREPORT='https://github.com/cooljeanius/osxbom/issues'
PACKAGE_URL=''

ac_unique_file="bom.h"
Expand Down Expand Up @@ -1337,7 +1340,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures osxbom 0.0.4 to adapt to many kinds of systems.
\`configure' configures osxbom 0.0.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1409,7 +1412,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of osxbom 0.0.4:";;
short | recursive ) echo "Configuration of osxbom 0.0.5:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1445,7 +1448,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to the package provider.
Report bugs to <https://github.com/cooljeanius/osxbom/issues>.
_ACEOF
ac_status=$?
fi
Expand Down Expand Up @@ -1509,7 +1512,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
osxbom configure 0.0.4
osxbom configure 0.0.5
generated by GNU Autoconf 2.70
Copyright (C) 2020 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2051,7 +2054,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by osxbom $as_me 0.0.4, which was
It was created by osxbom $as_me 0.0.5, which was
generated by GNU Autoconf 2.70. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3652,7 +3655,7 @@ fi

# Define the identity of the package.
PACKAGE='osxbom'
VERSION='0.0.4'
VERSION='0.0.5'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -7857,7 +7860,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by osxbom $as_me 0.0.4, which was
This file was extended by osxbom $as_me 0.0.5, which was
generated by GNU Autoconf 2.70. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -7917,15 +7920,15 @@ $config_headers
Configuration commands:
$config_commands
Report bugs to the package provider."
Report bugs to <https://github.com/cooljeanius/osxbom/issues>."
_ACEOF
ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
osxbom config.status 0.0.4
osxbom config.status 0.0.5
configured by $0, generated by GNU Autoconf 2.70,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl# -*- Autoconf -*-
dnl# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.61])dnl
AC_INIT([osxbom],[0.0.4],[])dnl
AC_INIT([osxbom],[0.0.5],[https://github.com/cooljeanius/osxbom/issues])dnl
AC_CONFIG_SRCDIR([bom.h])dnl
AC_CONFIG_AUX_DIR([build-aux])dnl
AC_CONFIG_HEADERS([config.h])dnl
Expand Down

0 comments on commit fcd7e5c

Please sign in to comment.