[csw-devel] SF.net SVN: gar:[14102] csw/mgar/pkg/nano/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Thu Apr 7 23:05:13 CEST 2011
Revision: 14102
http://gar.svn.sourceforge.net/gar/?rev=14102&view=rev
Author: skayser
Date: 2011-04-07 21:05:13 +0000 (Thu, 07 Apr 2011)
Log Message:
-----------
nano/trunk: fixed /usr/share references in docs, adjusted runtime deps to soname pkg
Modified Paths:
--------------
csw/mgar/pkg/nano/trunk/Makefile
csw/mgar/pkg/nano/trunk/files/changelog.CSW
Modified: csw/mgar/pkg/nano/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nano/trunk/Makefile 2011-04-07 08:55:21 UTC (rev 14101)
+++ csw/mgar/pkg/nano/trunk/Makefile 2011-04-07 21:05:13 UTC (rev 14102)
@@ -13,9 +13,9 @@
VENDOR_URL = http://www.nano-editor.org/
MASTER_SITES = http://www.nano-editor.org/dist/v2.2/
DISTFILES = $(NAME)-$(VERSION).tar.gz
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-RUNTIME_DEP_PKGS = CSWggettextrt CSWncurses
+RUNTIME_DEP_PKGS = CSWncurses
+RUNTIME_DEP_PKGS += CSWlibintl8
EXTRA_INC = /opt/csw/include/ncurses
@@ -39,10 +39,8 @@
cp $(WORKSRC)/doc/nanorc.sample $(DOCDEST)/examples
cp $(addprefix $(WORKSRC)/, $(DOCS)) $(DOCDEST)
perl -pi -e 's|/usr/share/doc|$(docdir)|' \
- $(addprefix $(DESTDIR)$(mandir)/, \
- man1/nano.1 \
- man5/nanorc.5 \
- fr/man1/nano.1 \
- fr/man5/nanorc.5 \
- )
+ `find $(DESTDIR)$(sharedir) \
+ -name \*.html -o \
+ -name \*.1 -o \
+ -name \*.5`
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/nano/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/nano/trunk/files/changelog.CSW 2011-04-07 08:55:21 UTC (rev 14101)
+++ csw/mgar/pkg/nano/trunk/files/changelog.CSW 2011-04-07 21:05:13 UTC (rev 14102)
@@ -1,8 +1,8 @@
nano (2.2.6,REV=2011.04.07)
- * Version bump to 2.2.6
+ * Version bump to 2.2.6.
- -- Sebastian Kayser <skayser at opencsw.org> Thu, 7 Apr 2011 00:19:16 +0200
+ -- Sebastian Kayser <skayser at opencsw.org> Thu, 7 Apr 2011 23:00:36 +0200
nano (2.2.5,REV=2010.09.01)
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