[csw-devel] SF.net SVN: gar:[9812] csw/mgar/pkg/nano/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Wed May 5 01:00:31 CEST 2010
Revision: 9812
http://gar.svn.sourceforge.net/gar/?rev=9812&view=rev
Author: skayser
Date: 2010-05-04 23:00:30 +0000 (Tue, 04 May 2010)
Log Message:
-----------
nano: version bump to 2.2.4, dropped post-scripts in favor of cswtexinfo
Modified Paths:
--------------
csw/mgar/pkg/nano/trunk/Makefile
csw/mgar/pkg/nano/trunk/checksums
csw/mgar/pkg/nano/trunk/files/changelog.CSW
Removed Paths:
-------------
csw/mgar/pkg/nano/trunk/files/CSWnano.postinstall
csw/mgar/pkg/nano/trunk/files/CSWnano.postremove
Modified: csw/mgar/pkg/nano/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nano/trunk/Makefile 2010-05-04 21:37:51 UTC (rev 9811)
+++ csw/mgar/pkg/nano/trunk/Makefile 2010-05-04 23:00:30 UTC (rev 9812)
@@ -1,5 +1,5 @@
GARNAME = nano
-GARVERSION = 2.0.9
+GARVERSION = 2.2.4
CATEGORIES = utils
DESCRIPTION = Enhanced clone of the Pico text editor
@@ -10,11 +10,9 @@
functionality".
endef
-MASTER_SITES = http://www.nano-editor.org/dist/v2.0/
-SPKG_SOURCEURL = http://www.nano-editor.org/
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += CSWnano.postinstall CSWnano.postremove
-
+VENDOR_URL = http://www.nano-editor.org/
+MASTER_SITES = http://www.nano-editor.org/dist/v2.2/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
RUNTIME_DEP_PKGS = CSWggettextrt CSWncurses
Modified: csw/mgar/pkg/nano/trunk/checksums
===================================================================
--- csw/mgar/pkg/nano/trunk/checksums 2010-05-04 21:37:51 UTC (rev 9811)
+++ csw/mgar/pkg/nano/trunk/checksums 2010-05-04 23:00:30 UTC (rev 9812)
@@ -1,3 +1 @@
-c1bfcb567c7a645b5c4f5130158d7808 download/CSWnano.postinstall
-46649817cd38cea9fb6fb8c201f7f227 download/CSWnano.postremove
-2be94dc43fb60fff4626a2401a977220 download/nano-2.0.9.tar.gz
+6304308afb1f7ef4a5e93eb99206632a nano-2.2.4.tar.gz
Deleted: csw/mgar/pkg/nano/trunk/files/CSWnano.postinstall
===================================================================
--- csw/mgar/pkg/nano/trunk/files/CSWnano.postinstall 2010-05-04 21:37:51 UTC (rev 9811)
+++ csw/mgar/pkg/nano/trunk/files/CSWnano.postinstall 2010-05-04 23:00:30 UTC (rev 9812)
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# postinstall - this script is executed after the CVS PKG install
-#
-# This script updates the info dir file for textinfo
-
-if [ "$PKG_ROOT_DIR" = "" ] ; then PKG_ROOT_DIR=/ ; fi
-if [ ! -x "$PKG_ROOT_DIR/opt/csw/sbin/mkdirentries" ] ; then exit 0; fi
-
-savepath=$PATH
-PATH=/usr/bin:/opt/csw/bin
-
-echo "Updating the info dir file for CSWtexinfo"
-/usr/sbin/chroot $PKG_ROOT_DIR /opt/csw/sbin/mkdirentries
-
-PATH=$savepath
-
-exit 0
Deleted: csw/mgar/pkg/nano/trunk/files/CSWnano.postremove
===================================================================
--- csw/mgar/pkg/nano/trunk/files/CSWnano.postremove 2010-05-04 21:37:51 UTC (rev 9811)
+++ csw/mgar/pkg/nano/trunk/files/CSWnano.postremove 2010-05-04 23:00:30 UTC (rev 9812)
@@ -1,16 +0,0 @@
-# postremove - this script is executed after the CVS PKG remove
-#
-# This script updates the info dir file for textinfo
-
-if [ "$PKG_ROOT_DIR" = "" ] ; then PKG_ROOT_DIR=/ ; fi
-if [ ! -x "$PKG_ROOT_DIR/opt/csw/sbin/mkdirentries" ] ; then exit 0; fi
-
-savepath=$PATH
-PATH=/usr/bin:/opt/csw/bin
-
-echo "Updating the info dir file for CSWtexinfo"
-/usr/sbin/chroot $PKG_ROOT_DIR /opt/csw/sbin/mkdirentries
-
-PATH=savepath
-
-exit 0
Modified: csw/mgar/pkg/nano/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/nano/trunk/files/changelog.CSW 2010-05-04 21:37:51 UTC (rev 9811)
+++ csw/mgar/pkg/nano/trunk/files/changelog.CSW 2010-05-04 23:00:30 UTC (rev 9812)
@@ -1,3 +1,9 @@
+nano (2.2.4,REV=2010.05.05)
+
+ * Version bump to 2.2.4.
+
+ -- Sebastian Kayser <skayser at opencsw.org> Wed, 5 May 2010 00:59:30 +0200
+
nano (2.0.9,REV=2009.07.05)
* Adopted and updated to 2.0.9. (Closes #2969, #3082)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list