aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/etcmerge
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>2004-01-04 21:11:06 +0800
committereivind <eivind@FreeBSD.org>2004-01-04 21:11:06 +0800
commitfb26662b56d7cc78d591ebc19d69e978dced1bea (patch)
treeb9c10226cb09d42595d98d441ed0599337186758 /sysutils/etcmerge
parentd438ac4311176995180af7352852731eae0886ce (diff)
downloadfreebsd-ports-gnome-fb26662b56d7cc78d591ebc19d69e978dced1bea.tar.gz
freebsd-ports-gnome-fb26662b56d7cc78d591ebc19d69e978dced1bea.tar.zst
freebsd-ports-gnome-fb26662b56d7cc78d591ebc19d69e978dced1bea.zip
Update to 0.3: Fix bug in command line processing.
Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
Diffstat (limited to 'sysutils/etcmerge')
-rw-r--r--sysutils/etcmerge/Makefile2
-rw-r--r--sysutils/etcmerge/src/etcmerge.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/etcmerge/Makefile b/sysutils/etcmerge/Makefile
index 1f6d3863e5d7..4495c928d960 100644
--- a/sysutils/etcmerge/Makefile
+++ b/sysutils/etcmerge/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= etcmerge
-PORTVERSION= 0.2
+PORTVERSION= 0.3
PORTREVISION= 2
CATEGORIES= sysutils textproc
MASTER_SITES= # none
diff --git a/sysutils/etcmerge/src/etcmerge.sh b/sysutils/etcmerge/src/etcmerge.sh
index 62c0eaa39e0a..6965a4af8ee8 100644
--- a/sysutils/etcmerge/src/etcmerge.sh
+++ b/sysutils/etcmerge/src/etcmerge.sh
@@ -50,6 +50,7 @@ while getopts ":d:e:r:s:" ARGUMENT ; do
*) usage; exit 1 ;;
esac
done
+shift $(($OPTIND - 1))
#
t/cgit.cgi/freebsd-ports-gnome/commit/irc?h=gnome-3.24&id=e27c987887bd22418f9059af0dd47e5d47a86184'>- update to 0.19.2dinoex2012-08-043-3/+4 * - Update to my new maintainer addressbdrewery2012-08-031-1/+1 * - Fix typos in COMMENTcs2012-08-021-1/+1 * - Bump PORTREVISION to chase Emacs port updatesashish2012-08-022-2/+2 * Fix typo/logic after conversion to new option frameworkmakc2012-07-311-1/+1 * Fix typos in COMMENTcs2012-07-294-4/+4 * - add more MASTER_SITESdinoex2012-07-291-1/+2 * Fix typos in COMMENTcs2012-07-284-4/+4 * - Convert my ports to new options frameworkmakc2012-07-272-29/+32 * For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.dougb2012-07-262-0/+2 * Fix typos in COMMENTcs2012-07-241-1/+1 * Add the documentation for IRC operatorscrees2012-07-202-1/+17 * - Fix package name detectionaz2012-07-181-1/+1 * Remove extraneous ${WRKSRC} in do-extractcrees2012-07-171-2/+1 * - Pass maintainership to new volunteersunpoet2012-07-131-1/+1 * Reset maintainership for ports maintained by Gerrit Beine.crees2012-07-122-2/+2 * - Update to 20120707jase2012-07-117-74/+43 * - Add SASL option to enable SASL authentication supportjase2012-07-115-54/+31 * Fix build; don't hardcode eggdrop versioncrees2012-07-111-1/+2 * - Remove ftp.parodius.com from MASTER_SITES due to its forthcomingjase2012-07-086-7/+1 * - Remove SITE_PERL from *_DEPENDSaz2012-06-301-3/+3 * - Remove SITE_PERL from *_DEPENDSaz2012-06-292-18/+18 * - reset MAINTAINERdinoex2012-06-261-1/+1 * Revert previous commit which was pointed outjpaetzel2012-06-191-1/+1 * Revert previous commit that was pointed out by portlintjpaetzel2012-06-191-1/+1 * - Register conflicts with other IRC servers[1]johans2012-06-161-4/+8 * - use OPTIONS_DEFINEdinoex2012-06-161-10/+8 * - Update to 1.6.21beech2012-06-154-60/+6 * Eggdrop is the world's most popular open source Internet Relay Chat (IRC) bot.beech2012-06-157-0/+354 * - use USERS/GROUPS frameworkjgh2012-06-154-54/+8 * Convert to new options frameworkbapt2012-06-134-34/+39 * - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-114-4/+4 * - Update to 0.3.8 [1]jase2012-06-114-37/+68 * - Update to 20120610 (0.3.9-dev)jase2012-06-112-38/+37 * - Converted to optionsngsylvio2012-06-072-18/+23 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-063-12/+9 * - Remove SITE_PERL from *_DEPENDSaz2012-06-051-1/+1 * Update my maintainer addressjase2012-06-052-2/+2 * Removing the distfile from my personal FreeBSD space, now that the distfileadamw2012-06-051-3/+1 * - Remove SITE_PERL from *_DEPENDSaz2012-06-043-9/+9 * - Remove SITE_PERL from *_DEPENDSaz2012-06-042-7/+7 * Minor improvement suggested by portlint.jpaetzel2012-06-041-1/+1 * Small improvement suggested by portlintjpaetzel2012-06-041-1/+1 * Fix Perl package name dependenciesdougb2012-06-041-1/+1 * Register missed CONFLICTS itemscrees2012-06-041-5/+5 * - Mark as MAKE_JOBS_UNSAFE.tj2012-06-021-2/+3 * - update png to 1.5.10dinoex2012-06-0119-16/+19 * Convert to specifying the port name in _DEPENDS instead ofdougb2012-06-011-1/+1 * I'm temporarily mirroring the distfile due to perpetual misconfigurationadamw2012-05-291-1/+3 * Update to 20111115.adamw2012-05-293-7/+7 * - Update to 20120522culot2012-05-223-8/+9 * Readd socks5 support by using net/dante instead of removal net/socks5.mezz2012-05-212-0/+70 * - revert unintented change to plistjgh2012-05-181-1/+1 * - Update inspircd to 2.0.5 [1]jgh2012-05-184-7/+142 * - Update to 20120515culot2012-05-162-4/+4 * - maintainership over to feld@feld.me from ports@freebsd.orgjgh2012-05-161-1/+1 * - Update to 1.2.9jgh2012-05-163-21/+6 * Register CONFLICTS with charybdis; both install files in same placecrees2012-05-122-2/+2 * Add an explicit dependency of easy_install. Note that the bundled installdelphij2012-05-091-0/+4 * - Update to 0.17culot2012-05-082-3/+4 * Pass maintainership of almost of my "p5-*" ports to "perl@".skv2012-05-071-1/+1 * - Update to 20120326jadawin2012-05-073-5/+5 * - Update to 0.6.4;delphij2012-05-054-19/+31 * - Update to 2.10.12.14miwi2012-05-032-5/+3 * - Update to 6.78miwi2012-05-032-4/+5 * - Update to 1.04miwi2012-05-034-8/+6 * - Update to 2.2.2, and flip master_sites for reliability [1]jgh2012-05-033-733/+8 * - Add TEST_DEPENDSswills2012-05-021-0/+1 * - Update to 0.206miwi2012-04-223-93/+93 * - Major release update to 3.0.7. Read /usr/ports/UPDATINGscheidell2012-04-1518-300/+319 * - Update to official release 3.0.7scheidell2012-04-146-59/+48 * - update to 0.19.1dinoex2012-04-123-3/+4 * - Add missing DEPENDSmiwi2012-04-101-6/+5 * - Add missing DEPENDSmiwi2012-04-101-4/+5 * - Add missing DEPENDSmiwi2012-04-101-5/+6 * Update to 0.8.0makc2012-04-062-3/+3 * - Unbreak build WITHOUT_IPV6scheidell2012-04-051-1/+1 * - Update to 2.2.1culot2012-04-042-4/+4 * - Reassign to the heaptabthorpe2012-04-033-3/+3 * - update to 20120326 (0.3.8-dev)rm2012-03-274-10/+10 * - Update to 8.0.0miwi2012-03-182-4/+3 * - Correct DEPENDSmiwi2012-03-171-6/+11 * - Correct DEPENDSmiwi2012-03-171-6/+9 * - fix build with ruby19dinoex2012-03-163-7/+23 * Remove optional dep on net/socks5jpaetzel2012-03-121-6/+0 * - Update to 0.3.7miwi2012-03-045-36/+20 * Restore missing DEBUG optioncrees2012-02-281-0/+6 * - Uptade to 1.6 [1]jlaffaye2012-02-273-9/+25 * Remove optional build dep on net/socks5, which is exiting the ports tree.jpaetzel2012-02-271-5/+0 * Remove optional dep on net/socks5, which is exiting the ports tree. With a bitjpaetzel2012-02-271-8/+1 * - Add patch to fix CVE-2012-0806swills2012-02-262-0/+142 * - Chase Emacs updatesashish2012-02-222-2/+2 * - Update to 20120219culot2012-02-212-4/+4 * - Update to v3.0.5brix2012-02-203-38/+3 * - Update to 20120110miwi2012-02-192-3/+3 * - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-162-1/+2 * Bump pcre library dependency due to 8.30 updatemm2012-02-141-1/+2 * - Update to 20120213 (0.3.7-rc2)jgh2012-02-142-7/+7 * Remove optional dependancy on net/socks5, which will be exiting the portsjpaetzel2012-02-131-7/+1 * Remove the option of building against net/socks5, as this port will bejpaetzel2012-02-131-11/+1 * - Update to 20120205 (0.3.7-rc1)miwi2012-02-074-15/+30 * - Update to 0.204miwi2012-01-293-4/+4 * - Update to 0.73miwi2012-01-283-3/+4 * - Add INSPIRCD_LOG and INSPIRCD_RUN substitution patterns forpawel2012-01-261-1/+4 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-225-5/+5 * Remove license infodougb2012-01-202-4/+0 * - escape shell namesdinoex2012-01-141-1/+1 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-1423-23/+23 * - Update to 0.89miwi2012-01-142-3/+3 * Update to 3.2.9crees2011-12-286-26/+41 * End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1 * Pacify portlintehaupt2011-12-271-2/+2 * - Update to 1.8.7dhn2011-12-242-3/+3 * - Point at the homepage consistently as defined by rubygems.orgpgollucci2011-12-201-1/+1 * Update MASTER_SITEScrees2011-12-202-8/+4 * Make the IGNORE message more informative.linimon2011-12-121-1/+1 * Update to 1.4makc2011-12-063-52/+25 * - Update to v3.0.4brix2011-12-052-3/+4 * - Update to 6.76miwi2011-12-043-5/+5 * - Update to 6.75miwi2011-11-282-3/+3 * - Update to 1.54culot2011-11-282-3/+3 * Remove trailing whitespaces.ehaupt2011-11-191-1/+1 * Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-142-2/+0 * Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCScrees2011-11-142-4/+4 * - Update to 0.88miwi2011-11-062-3/+3 * - Update to 1.18miwi2011-11-062-3/+3 * - Update to 20111030miwi2011-11-062-4/+4 * Update to 20111023cs2011-11-052-5/+5 * Remove references to unsupported FreeBSD versions. Mostly of the form:dougb2011-11-021-7/+1 * Update to 0.7.3makc2011-10-314-5/+104 * A simple, friendly DSL for creating IRC botspgollucci2011-10-304-0/+30 * - bump for miniupnpc updatedinoex2011-10-271-1/+2 * The vast majority of pkg-descr files had the following format when theydougb2011-10-243-5/+2 * Remove more tags from pkg-descr files fo the form:dougb2011-10-245-18/+0 * - Update to 0.202miwi2011-10-234-111/+124 * - Update to 6.74miwi2011-10-232-3/+3 * - Update to 0.3.6miwi2011-10-236-15/+56 * - Update to 20111020culot2011-10-213-5/+6 * - Chase editors/emacs updateashish2011-10-172-2/+2 * - Update to 1.53culot2011-10-142-3/+3 * - Update to 20111010crees2011-10-132-18/+18 * Remove ports maintainted by ports@ which have passed their EXPIRATION_DATEdougb2011-10-0929-2472/+0 * - Update to 1.52sunpoet2011-10-082-5/+8 * - Update to 0.12sunpoet2011-10-072-3/+3 * - Add upstream patch to address segfault issue with tcl-8.6beech2011-10-072-3/+24 * - update to 0.18dinoex2011-10-054-7/+6 * - Update to 20111002 (0.3.6-rc1)eadler2011-10-032-5/+5 * Stop maintaining irc/ninjacrees2011-09-251-1/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2416-37/+30 * - Update to 20110915beech2011-09-202-5/+5 * - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-171-1/+1 * Chase editors/emacs updateashish2011-09-08