FreeBSD Bugzilla – Attachment 220192 Details for
Bug 251547
misc/skyutils: updates to 3.0; takes MAINTAINERship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for misc/skyutils: updates to 3.0; tahe MAINTAINERship
misc_skyutils.diff (text/plain), 3.24 KB, created by
Chris Hutchinson
on 2020-12-02 22:53:36 UTC
(
hide
)
Description:
svn diff for misc/skyutils: updates to 3.0; tahe MAINTAINERship
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2020-12-02 22:53:36 UTC
Size:
3.24 KB
patch
obsolete
>Index: skyutils/Makefile >=================================================================== >--- skyutils/Makefile (revision 556855) >+++ skyutils/Makefile (working copy) >@@ -2,21 +2,17 @@ > # $FreeBSD$ > > PORTNAME= skyutils >-PORTVERSION= 2.9 >-PORTREVISION= 5 >+PORTVERSION= 3.0 > CATEGORIES= misc >-MASTER_SITES= LOCAL/laszlof \ >- http://mirror.amdmi3.ru/distfiles/ >+MASTER_SITES= https://BSDforge.com/projects/source/misc/skyutils/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= portmaster@BSDforge.com > COMMENT= Library required by smssend (same author) > >-USES= autoreconf libtool ssl >+USES= autoreconf libtool ssl tar:txz > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > >-WRKSRC= ${WRKDIR}/${PORTNAME} >- > pre-configure: > @${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h > >Index: skyutils/distinfo >=================================================================== >--- skyutils/distinfo (revision 556855) >+++ skyutils/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (skyutils-2.9.tar.gz) = ed1b3f0853094cc59821b87fca0fe201c858b54846a99e4941c144003178c2af >-SIZE (skyutils-2.9.tar.gz) = 394187 >+TIMESTAMP = 1606948327 >+SHA256 (skyutils-3.0.txz) = ca6c129f6cb507d400254a8ce167d81198c84b673ca37ea365bd13d1b005dbee >+SIZE (skyutils-3.0.txz) = 229424 >Index: skyutils/files/patch-configure.ac >=================================================================== >--- skyutils/files/patch-configure.ac (nonexistent) >+++ skyutils/files/patch-configure.ac (working copy) >@@ -0,0 +1,11 @@ >+--- configure.ac.orig Mon May 9 12:16:44 2005 >++++ configure.ac Fri Jun 24 17:04:44 2005 >+@@ -171,7 +171,7 @@ >+ >+ SU_SSL_CFLAGS="" >+ if test "$ssl" = "true"; then >+- AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl") >++ AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl -lcrypto", ,-lcrypto) >+ if test ! "$SU_SSL_LIB"; then >+ AC_MSG_WARN("Cannot find libssl... ssl code in skyweb will be disabled") >+ ssl=false >Index: skyutils/files/patch-configure.in >=================================================================== >--- skyutils/files/patch-configure.in (revision 556855) >+++ skyutils/files/patch-configure.in (nonexistent) >@@ -1,11 +0,0 @@ >---- configure.in.orig Mon May 9 12:16:44 2005 >-+++ configure.in Fri Jun 24 17:04:44 2005 >-@@ -171,7 +171,7 @@ >- >- SU_SSL_CFLAGS="" >- if test "$ssl" = "true"; then >-- AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl") >-+ AC_CHECK_LIB(ssl,SSL_library_init,SU_SSL_LIB="-lssl -lcrypto", ,-lcrypto) >- if test ! "$SU_SSL_LIB"; then >- AC_MSG_WARN("Cannot find libssl... ssl code in skyweb will be disabled") >- ssl=false >Index: skyutils/pkg-descr >=================================================================== >--- skyutils/pkg-descr (revision 556855) >+++ skyutils/pkg-descr (working copy) >@@ -2,4 +2,4 @@ > that the maintainer of Smssend and Skyutils > used in many of his projects. > >-WWW: http://zekiller.skytech.org/ >+WWW: https://BSDforge.com/projects/misc/skyutils/ >Index: skyutils/pkg-plist >=================================================================== >--- skyutils/pkg-plist (revision 556855) >+++ skyutils/pkg-plist (working copy) >@@ -1,6 +1,6 @@ > bin/skyutils-config > include/skyutils.h >-lib/libskyutils-2.9.so.5 >-lib/libskyutils-2.9.so.5.4.0 >+lib/libskyutils-3.0.so.0 >+lib/libskyutils-3.0.so.0.0.0 > lib/libskyutils.a > lib/libskyutils.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251547
: 220192