[csw-devel] SF.net SVN: gar:[4187] csw/mgar/pkg/wput/trunk
hson at users.sourceforge.net
hson at users.sourceforge.net
Sat Apr 4 23:01:36 CEST 2009
Revision: 4187
http://gar.svn.sourceforge.net/gar/?rev=4187&view=rev
Author: hson
Date: 2009-04-04 21:01:36 +0000 (Sat, 04 Apr 2009)
Log Message:
-----------
wput: gnutls_devel required, gzipped manpages wont work
Modified Paths:
--------------
csw/mgar/pkg/wput/trunk/Makefile
csw/mgar/pkg/wput/trunk/checksums
csw/mgar/pkg/wput/trunk/files/Makefile.in.diff
Modified: csw/mgar/pkg/wput/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wput/trunk/Makefile 2009-04-04 18:36:20 UTC (rev 4186)
+++ csw/mgar/pkg/wput/trunk/Makefile 2009-04-04 21:01:36 UTC (rev 4187)
@@ -15,8 +15,10 @@
LICENSE = COPYING
-REQUIRED_PKGS = CSWggettextrt
+PREREQUISITE_PKGS = CSWgnutlsdevel
+REQUIRED_PKGS = CSWggettextrt CSWgnutls
+
# We define upstream file regex so we can be notifed of new upstream software release
UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=141519
UPSTREAM_USE_SF = 1
Modified: csw/mgar/pkg/wput/trunk/checksums
===================================================================
--- csw/mgar/pkg/wput/trunk/checksums 2009-04-04 18:36:20 UTC (rev 4186)
+++ csw/mgar/pkg/wput/trunk/checksums 2009-04-04 21:01:36 UTC (rev 4187)
@@ -1,4 +1,4 @@
a14c4c13d91d04d6119bdc977e8a8bdf download/wput-0.6.2.tgz
90369c3a9dbb27432bdb5ae2611b6a96 download/configure.diff
-066a65a869f312afc0e0a4d89e8b8710 download/Makefile.in.diff
+b9f350b039a04e6ad5af3c4151d06b31 download/Makefile.in.diff
e6e15f2a2fdac44f31ad4e3403993ff3 download/Makefile.in.src.diff
Modified: csw/mgar/pkg/wput/trunk/files/Makefile.in.diff
===================================================================
--- csw/mgar/pkg/wput/trunk/files/Makefile.in.diff 2009-04-04 18:36:20 UTC (rev 4186)
+++ csw/mgar/pkg/wput/trunk/files/Makefile.in.diff 2009-04-04 21:01:36 UTC (rev 4187)
@@ -1,7 +1,6 @@
-diff -ru ../build-global/wput-0.6.2/Makefile.in wput-0.6.2/Makefile.in
--- ../build-global/wput-0.6.2/Makefile.in 2008-09-27 12:31:23.000000000 +0200
-+++ wput-0.6.2/Makefile.in 2009-03-29 18:25:34.366444523 +0200
-@@ -16,12 +16,12 @@
++++ wput-0.6.2/Makefile.in 2009-04-04 22:04:33.828472735 +0200
+@@ -16,12 +16,14 @@
install: all
cd po && $(MAKE) $(MAKEDEFS) $@
@@ -15,12 +14,14 @@
+ mkdir -p $(DESTDIR)$(mandir)
+ ginstall -m0755 wput $(DESTDIR)$(bindir)
+ ginstall -m0644 doc/wput.1.gz $(DESTDIR)$(mandir)
++ gzip -d $(DESTDIR)$(mandir)/wput.1.gz
+ ln -s $(bindir)/wput $(DESTDIR)$(bindir)/wdel
+ ginstall -m0644 doc/wdel.1.gz $(DESTDIR)$(mandir)
++ gzip -d $(DESTDIR)$(mandir)/wdel.1.gz
@echo "----------------"
@echo "Wput and Wdel installed. See 'wput/wdel -h' or 'man wput/wdel' for"
@echo "usage information."
-@@ -30,6 +30,7 @@
+@@ -30,6 +32,7 @@
@echo "Wput is not perfect, so please report any bugs you notice (see BUGS-section"
@echo "in the manpage)."
@echo "----------------"
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