From ca8e53f75870043966c8475e9d3240645ee3b8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Sat, 24 Oct 2015 13:39:39 +0200 Subject: [PATCH] ucspi-unix: Updated (0.36 -> 1.0) --- network/ucspi-unix/head_n.patch | 48 ------------------------------ network/ucspi-unix/ucspi-unix.conf | 6 ++-- network/ucspi-unix/ucspi-unix.desc | 6 ++-- 3 files changed, 6 insertions(+), 54 deletions(-) delete mode 100644 network/ucspi-unix/head_n.patch diff --git a/network/ucspi-unix/head_n.patch b/network/ucspi-unix/head_n.patch deleted file mode 100644 index feefe9543..000000000 --- a/network/ucspi-unix/head_n.patch +++ /dev/null @@ -1,48 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../ucspi-unix/head_n.patch -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- ---- ./Makefile.orig 2004-11-24 23:21:55.000000000 -0300 -+++ ./Makefile 2004-11-24 23:22:33.000000000 -0300 -@@ -18,18 +18,18 @@ - ( echo '#!/bin/sh'; \ - echo 'source=$$1; shift'; \ - echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \ -- echo exec `head -1 conf-cc` '-I. -o $${base}.o -c $$source $${1+"$$@"}'; \ -+ echo exec `head -n 1 conf-cc` '-I. -o $${base}.o -c $$source $${1+"$$@"}'; \ - ) >compile - chmod 755 compile - - conf_bin.c: conf-bin -- head -1 conf-bin | \ -+ head -n 1 conf-bin | \ - sed -e 's/"/\\"/g' \ - -e 's/^/const char conf_bin[] = "/' \ - -e 's/$$/";/' >conf_bin.c - - conf_man.c: conf-man -- head -1 conf-man | \ -+ head -n 1 conf-man | \ - sed -e 's/"/\\"/g' \ - -e 's/^/const char conf_man[] = "/' \ - -e 's/$$/";/' >conf_man.c -@@ -55,7 +55,7 @@ - load: conf-ld - ( echo '#!/bin/sh';\ - echo 'main="$$1"; shift';\ -- echo exec `head -1 conf-ld` '-o "$$main" "$$main.o" $${1+"$$@"}' -lsysdeps;\ -+ echo exec `head -n 1 conf-ld` '-o "$$main" "$$main.o" $${1+"$$@"}' -lsysdeps;\ - ) >load - chmod 755 load - diff --git a/network/ucspi-unix/ucspi-unix.conf b/network/ucspi-unix/ucspi-unix.conf index 359055bb8..eeaa8e7ec 100644 --- a/network/ucspi-unix/ucspi-unix.conf +++ b/network/ucspi-unix/ucspi-unix.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../ucspi-unix/ucspi-unix.conf -# Copyright (C) 2006 - 2010 The OpenSDE Project +# Copyright (C) 2006 - 2015 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2004 Clifford Wolf # @@ -14,8 +14,8 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -makeinstopt= -hook_add postmake 5 './installer' +#makeinstopt= +#hook_add postmake 5 './installer' pkg_ucspiunix_config() { echo $root/$mandir > conf-man diff --git a/network/ucspi-unix/ucspi-unix.desc b/network/ucspi-unix/ucspi-unix.desc index 4da8fb0fc..31cd9b651 100644 --- a/network/ucspi-unix/ucspi-unix.desc +++ b/network/ucspi-unix/ucspi-unix.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../ucspi-unix/ucspi-unix.desc -[COPY] Copyright (C) 2006 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2015 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2004 Clifford Wolf [COPY] @@ -33,8 +33,8 @@ [L] GPL [S] Stable -[V] 0.36 +[V] 1.0 [P] X -----5---9 203.100 -[D] 4021396071 ucspi-unix-0.36.tar.gz http://untroubled.org/ucspi-unix/ +[D] 1426390632 ucspi-unix-1.0.tar.gz http://untroubled.org/ucspi-unix/