[csw-devel] SF.net SVN: gar:[15975] csw/mgar/pkg/tin/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Oct 24 19:01:12 CEST 2011


Revision: 15975
          http://gar.svn.sourceforge.net/gar/?rev=15975&view=rev
Author:   dmichelsen
Date:     2011-10-24 17:01:12 +0000 (Mon, 24 Oct 2011)
Log Message:
-----------
tin/trunk: Update to 2.0.0, new dependencies, still some /usr/local reference

Modified Paths:
--------------
    csw/mgar/pkg/tin/trunk/Makefile
    csw/mgar/pkg/tin/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/tin/trunk/files/configure.patch

Modified: csw/mgar/pkg/tin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tin/trunk/Makefile	2011-10-24 15:43:28 UTC (rev 15974)
+++ csw/mgar/pkg/tin/trunk/Makefile	2011-10-24 17:01:12 UTC (rev 15975)
@@ -1,5 +1,5 @@
 NAME = tin
-VERSION = 1.9.6
+VERSION = 2.0.0
 CATEGORIES = net
 
 DESCRIPTION = Terminal-based news reader
@@ -9,24 +9,28 @@
   useful things. It has also support for different languages.
 endef
 
-MASTER_SITES = ftp://ftp.tin.org/pub/news/clients/tin/unstable/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+MASTER_SITES = ftp://ftp.tin.org/pub/news/clients/tin/stable/
+DISTFILES = $(NAME)-$(VERSION).tar.bz2
 DISTFILES += COPYING
-PATCHFILES = configure.patch
 
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+BUILD_DEP_PKGS += CSWperl
+BUILD_DEP_PKGS += CSWlibpcre-dev
+BUILD_DEP_PKGS += CSWggettext-dev
+BUILD_DEP_PKGS += CSWlibidn-dev
+BUILD_DEP_PKGS += CSWlibicu-dev
+BUILD_DEP_PKGS += CSWlibiconv-dev
+BUILD_DEP_PKGS += CSWlibncurses-dev
+BUILD_DEP_PKGS += CSWgsasl-dev
 
-RUNTIME_DEP_PKGS_CSWtin += CSWpcrert
-RUNTIME_DEP_PKGS_CSWtin += CSWggettextrt
 RUNTIME_DEP_PKGS_CSWtin += CSWperl
-RUNTIME_DEP_PKGS_CSWtin += CSWlibidn
+RUNTIME_DEP_PKGS_CSWtin += CSWlibpcre0
+RUNTIME_DEP_PKGS_CSWtin += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWtin += CSWlibidn11
 RUNTIME_DEP_PKGS_CSWtin += CSWlibicu46
-RUNTIME_DEP_PKGS_CSWtin += CSWiconv
-RUNTIME_DEP_PKGS_CSWtin += CSWncurses
+RUNTIME_DEP_PKGS_CSWtin += CSWlibiconv2
+RUNTIME_DEP_PKGS_CSWtin += CSWlibncursesw5
 RUNTIME_DEP_PKGS_CSWtin += CSWlibgsasl7
 
-BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) CSWpcre
-
 VENDOR_URL = http://www.tin.org/
 
 CONFIGURE_ARGS = $(DIRPATHS)
@@ -50,14 +54,9 @@
 EXTRA_MERGE_EXCLUDE_FILES += $(mandir)/man5/mmdf\.5
 EXTRA_MERGE_EXCLUDE_FILES += $(mandir)/man5/mbox\.5
 
-# These will be necessary until CSWlibicu46 has been officially released
-CHECKPKG_OVERRIDES_CSWtin += unidentified-dependency|CSWlibicu46
-CHECKPKG_OVERRIDES_CSWtin += soname-not-found|libicuuc.so.46|is|needed|by|opt/csw/bin/tin
-CHECKPKG_OVERRIDES_CSWtin += surplus-dependency|CSWlibicu46
-
 include gar/category.mk
 
-post-install-modulated:
-	/usr/ccs/bin/strip $(DESTDIR)$(prefix)/bin/tin
-	/usr/ccs/bin/mcs -d $(DESTDIR)$(prefix)/bin/tin
+#post-install-modulated:
+#	/usr/ccs/bin/strip $(DESTDIR)$(prefix)/bin/tin
+#	/usr/ccs/bin/mcs -d $(DESTDIR)$(prefix)/bin/tin
 

Modified: csw/mgar/pkg/tin/trunk/checksums
===================================================================
--- csw/mgar/pkg/tin/trunk/checksums	2011-10-24 15:43:28 UTC (rev 15974)
+++ csw/mgar/pkg/tin/trunk/checksums	2011-10-24 17:01:12 UTC (rev 15975)
@@ -1 +1 @@
-2102f3efd82a342005bd9afd30e03778  tin-1.9.6.tar.gz
+b4072dc8004a7e5ee7dd16c887ffa09c  tin-2.0.0.tar.bz2

Deleted: csw/mgar/pkg/tin/trunk/files/configure.patch
===================================================================
--- csw/mgar/pkg/tin/trunk/files/configure.patch	2011-10-24 15:43:28 UTC (rev 15974)
+++ csw/mgar/pkg/tin/trunk/files/configure.patch	2011-10-24 17:01:12 UTC (rev 15975)
@@ -1,8 +0,0 @@
---- tin-1.8.2.orig/configure	2006-06-07 18:30:19.764885000 -0700
-+++ tin-1.8.2/configure	2006-06-08 20:21:32.160150000 -0700
-@@ -1,4 +1,4 @@
--#! /bin/sh
-+#! /bin/ksh
- 
- # Guess values for system-dependent variables and create Makefiles.
- # Generated automatically using autoconf version 2.13.20030927 

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