pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2017Q1] pkgsrc/net/sipsak



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon May  1 09:52:27 UTC 2017

Modified Files:
        pkgsrc/net/sipsak [pkgsrc-2017Q1]: Makefile distinfo
Removed Files:
        pkgsrc/net/sipsak/patches [pkgsrc-2017Q1]: patch-header__f.c
            patch-header__f.h

Log Message:
Pullup ticket #5389 - requested by sevan
net/sipsak: build fix

Revisions pulled up:
- net/sipsak/Makefile                                           1.14-1.15
- net/sipsak/distinfo                                           1.5
- net/sipsak/patches/patch-header__f.c                          deleted
- net/sipsak/patches/patch-header__f.h                          deleted

---
   Module Name:    pkgsrc
   Committed By:   schwarz
   Date:           Sat Apr 29 10:01:07 UTC 2017

   Modified Files:
           pkgsrc/net/sipsak: Makefile

   Log Message:
   updated the download and home page URLs for sipsak

---
   Module Name:    pkgsrc
   Committed By:   schwarz
   Date:           Sat Apr 29 10:21:54 UTC 2017

   Modified Files:
           pkgsrc/net/sipsak: Makefile distinfo
   Removed Files:
           pkgsrc/net/sipsak/patches: patch-header__f.c patch-header__f.h

   Log Message:
   We do not need the inline removal patches since this can be achieved
   more easily with the existing substituion in Makefile (which initially
   had only been used for the Sunpro compiler).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.10.1 pkgsrc/net/sipsak/Makefile
cvs rdiff -u -r1.4 -r1.4.12.1 pkgsrc/net/sipsak/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/sipsak/patches/patch-header__f.c \
    pkgsrc/net/sipsak/patches/patch-header__f.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/sipsak/Makefile
diff -u pkgsrc/net/sipsak/Makefile:1.13 pkgsrc/net/sipsak/Makefile:1.13.10.1
--- pkgsrc/net/sipsak/Makefile:1.13     Sat Mar  5 11:29:12 2016
+++ pkgsrc/net/sipsak/Makefile  Mon May  1 09:52:27 2017
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.13 2016/03/05 11:29:12 jperkin Exp $
+# $NetBSD: Makefile,v 1.13.10.1 2017/05/01 09:52:27 bsiegert Exp $
 
 DISTNAME=      sipsak-0.9.6-1
 PKGNAME=       ${DISTNAME:S/-1//}
 PKGREVISION=   7
 CATEGORIES=    net comms
-MASTER_SITES=  http://download.berlios.de/sipsak/
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sipsak.berlios/}
 
 MAINTAINER=    schwarz%NetBSD.org@localhost
-HOMEPAGE=      http://sipsak.org/
+HOMEPAGE=      https://sourceforge.net/projects/sipsak.berlios/
 COMMENT=       Sipsak is a command-line SIP testing utility
 LICENSE=       gnu-gpl-v2
 
@@ -16,14 +16,11 @@ WRKSRC=             ${WRKDIR}/${DISTNAME:S/-1//}
 GNU_CONFIGURE= YES
 USE_TOOLS+=    gmake
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${PKGSRC_COMPILER} == "sunpro"
+# get rid of inline
 SUBST_CLASSES+=        inline
 SUBST_STAGE.inline=    post-patch
-SUBST_FILES.inline=    header_f.h
-SUBST_SED.inline=      -e 's/inline //g'
-.endif
+SUBST_FILES.inline=    header_f.h header_f.c
+SUBST_SED.inline=      -e 's/^inline //g'
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 

Index: pkgsrc/net/sipsak/distinfo
diff -u pkgsrc/net/sipsak/distinfo:1.4 pkgsrc/net/sipsak/distinfo:1.4.12.1
--- pkgsrc/net/sipsak/distinfo:1.4      Wed Nov  4 00:35:37 2015
+++ pkgsrc/net/sipsak/distinfo  Mon May  1 09:52:27 2017
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 00:35:37 agc Exp $
+$NetBSD: distinfo,v 1.4.12.1 2017/05/01 09:52:27 bsiegert Exp $
 
 SHA1 (sipsak-0.9.6-1.tar.gz) = 6d2fd2c90ea04be749e48927b3e7fc08c52166b6
 RMD160 (sipsak-0.9.6-1.tar.gz) = d5949e4309bda732b5aee462a4488bb9d850fe5a
 SHA512 (sipsak-0.9.6-1.tar.gz) = c2d62ddaf2ecc9616941cf002a0494d2f9c43747e6b527f8b1542e9b5ae143fc69b18fc140bd3f255896b0e8eb02f7d198cc1799a4041e2d0c95d90b653591fe
 Size (sipsak-0.9.6-1.tar.gz) = 158776 bytes
 SHA1 (patch-aa) = e4df10b6d074acd1f3d925f48849348516533814
-SHA1 (patch-header__f.c) = 5f1574ff7a595631b26cfdf6dcb3e7aae81338f7
-SHA1 (patch-header__f.h) = 728f670573b42d51744db9be6701f782653f0a93



Home | Main Index | Thread Index | Old Index