pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/amule



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jun  5 13:05:56 UTC 2021

Modified Files:
        pkgsrc/net/amule: Makefile PLIST distinfo
Removed Files:
        pkgsrc/net/amule/patches: patch-src_ClientCreditsList.cpp
            patch-src_UPnPBase.cpp patch-src_UPnPBase.h

Log Message:
amule: updated to 2.3.3

2.3.3 - The "delayed too many times, but still not too late" version

Yes, it's been delayed too many times, but finally it's out! With all the new features and bug fixes from the past four years! Let me highlight some for you:

CMake support. CMake provides us platform-independent configuration files and generates native makefiles and workspaces for the compiler of your choice. It's highly experimental in its current state, 
but it aims to take the place of good old autoconf/automake one day.
Command completion with the TAB key in amulecmd.
Supports compilation with the latest C++ standard (C++17).
Scope graphs now (should) work on Mac.
Notification when a download completes.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/amule/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/amule/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/amule/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/amule/patches/patch-src_ClientCreditsList.cpp \
    pkgsrc/net/amule/patches/patch-src_UPnPBase.cpp \
    pkgsrc/net/amule/patches/patch-src_UPnPBase.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/amule/Makefile
diff -u pkgsrc/net/amule/Makefile:1.93 pkgsrc/net/amule/Makefile:1.94
--- pkgsrc/net/amule/Makefile:1.93      Mon May 24 19:53:14 2021
+++ pkgsrc/net/amule/Makefile   Sat Jun  5 13:05:56 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.93 2021/05/24 19:53:14 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2021/06/05 13:05:56 adam Exp $
 
-DISTNAME=      aMule-2.3.2
+DISTNAME=      aMule-2.3.3
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=amule/}
 EXTRACT_SUFX=  .tar.bz2
@@ -18,10 +17,11 @@ USE_LANGUAGES=              c c++
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake intltool msgfmt pkg-config perl:run
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-wx-config=${BUILDLINK_PREFIX.wxGTK28}/bin/wx-config
+CONFIGURE_ARGS+=       --with-wx-config=${BUILDLINK_PREFIX.wxGTK30}/bin/wx-config
 CONFIGURE_ARGS+=       --with-crypto-prefix=${BUILDLINK_PREFIX.cryptopp}
 CONFIGURE_ARGS+=       --with-language=all
 CONFIGURE_ARGS+=       --enable-xas
+TEST_TARGET=           check
 
 CXXFLAGS+=             -Wno-undef
 
@@ -37,11 +37,9 @@ LIBS+=                       -lm     # for pow(3)
 
 UNLIMIT_RESOURCES+=    datasize
 
-TEST_TARGET=           check
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/crypto++/buildlink3.mk"
-.include "../../x11/wxGTK28/buildlink3.mk"
+.include "../../x11/wxGTK30/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/amule/PLIST
diff -u pkgsrc/net/amule/PLIST:1.15 pkgsrc/net/amule/PLIST:1.16
--- pkgsrc/net/amule/PLIST:1.15 Thu Nov 19 20:01:40 2020
+++ pkgsrc/net/amule/PLIST      Sat Jun  5 13:05:56 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2020/11/19 20:01:40 nia Exp $
+@comment $NetBSD: PLIST,v 1.16 2021/06/05 13:05:56 adam Exp $
 ${PLIST.alc}bin/alc
 ${PLIST.alcc}bin/alcc
 ${PLIST.amule}bin/amule
@@ -83,6 +83,7 @@ ${PLIST.amule}man/ro/man1/amule.1
 ${PLIST.cmd}man/ro/man1/amulecmd.1
 ${PLIST.daemon}man/ro/man1/amuled.1
 ${PLIST.gui}man/ro/man1/amulegui.1
+${PLIST.web}man/ro/man1/amuleweb.1
 ${PLIST.cas}man/ro/man1/cas.1
 ${PLIST.ed2k}man/ro/man1/ed2k.1
 ${PLIST.wxcas}man/ro/man1/wxcas.1
@@ -93,6 +94,7 @@ ${PLIST.amule}man/ru/man1/amule.1
 ${PLIST.cmd}man/ru/man1/amulecmd.1
 ${PLIST.daemon}man/ru/man1/amuled.1
 ${PLIST.gui}man/ru/man1/amulegui.1
+${PLIST.web}man/ru/man1/amuleweb.1
 ${PLIST.cas}man/ru/man1/cas.1
 ${PLIST.ed2k}man/ru/man1/ed2k.1
 ${PLIST.wxcas}man/ru/man1/wxcas.1
@@ -103,6 +105,7 @@ ${PLIST.amule}man/tr/man1/amule.1
 ${PLIST.cmd}man/tr/man1/amulecmd.1
 ${PLIST.daemon}man/tr/man1/amuled.1
 ${PLIST.gui}man/tr/man1/amulegui.1
+${PLIST.web}man/tr/man1/amuleweb.1
 ${PLIST.cas}man/tr/man1/cas.1
 ${PLIST.ed2k}man/tr/man1/ed2k.1
 ${PLIST.wxcas}man/tr/man1/wxcas.1
@@ -113,6 +116,7 @@ ${PLIST.amule}man/zh_TW/man1/amule.1
 ${PLIST.cmd}man/zh_TW/man1/amulecmd.1
 ${PLIST.daemon}man/zh_TW/man1/amuled.1
 ${PLIST.gui}man/zh_TW/man1/amulegui.1
+${PLIST.web}man/zh_TW/man1/amuleweb.1
 ${PLIST.cas}man/zh_TW/man1/cas.1
 ${PLIST.ed2k}man/zh_TW/man1/ed2k.1
 ${PLIST.wxcas}man/zh_TW/man1/wxcas.1
@@ -120,6 +124,7 @@ man/zh_TW/man1/xas.1
 ${PLIST.skins}share/amule/skins/Mac_Gray.zip
 ${PLIST.skins}share/amule/skins/gnome.zip
 ${PLIST.skins}share/amule/skins/kde4.zip
+${PLIST.skins}share/amule/skins/papirus.zip
 ${PLIST.skins}share/amule/skins/priscilla.zip
 ${PLIST.skins}share/amule/skins/tango.zip
 ${PLIST.skins}share/amule/skins/xfce.zip

Index: pkgsrc/net/amule/distinfo
diff -u pkgsrc/net/amule/distinfo:1.22 pkgsrc/net/amule/distinfo:1.23
--- pkgsrc/net/amule/distinfo:1.22      Thu Nov 19 20:01:40 2020
+++ pkgsrc/net/amule/distinfo   Sat Jun  5 13:05:56 2021
@@ -1,11 +1,8 @@
-$NetBSD: distinfo,v 1.22 2020/11/19 20:01:40 nia Exp $
+$NetBSD: distinfo,v 1.23 2021/06/05 13:05:56 adam Exp $
 
-SHA1 (aMule-2.3.2.tar.bz2) = 65bb4197a5c2d9c95dc18bb458fa33d221035244
-RMD160 (aMule-2.3.2.tar.bz2) = 71ed96bff4e81bdd8fa97045f8589531609b1232
-SHA512 (aMule-2.3.2.tar.bz2) = 55567aa82c48c741bc9af92e9118a68a76b33b696639802f1bf627c02c1fa1f76af9e3b611bec443e68ff42eac3d508cb8522c97b83366c0a9258075f7a3fd31
-Size (aMule-2.3.2.tar.bz2) = 4950017 bytes
+SHA1 (aMule-2.3.3.tar.bz2) = 1c88e238b2ce3f3e1516c7a6cb94c611aa187dce
+RMD160 (aMule-2.3.3.tar.bz2) = a66491555184bee73a7cdebe11d22cb62fff1706
+SHA512 (aMule-2.3.3.tar.bz2) = eb42646dc835fb49f81def5c3ecceca2adceacb6dc9e4a7fec08e9ab8d7bd20d2fa623a33b476a984c7a809e624f61cad3b9b40f68a3363dd936be25cda72211
+Size (aMule-2.3.3.tar.bz2) = 4606514 bytes
 SHA1 (patch-aa) = af77036649caac372890c45840d24a404ab1a7d6
-SHA1 (patch-src_ClientCreditsList.cpp) = 03bf1956dd848fcc117d5043703840a51880ee9d
 SHA1 (patch-src_OScopeCtrl.cpp) = d9ee907eeb49c3f54972b4d1cabdd64c6d4b88d5
-SHA1 (patch-src_UPnPBase.cpp) = 6f8baa3af408632fcc0f0ff7d8e6f33a2d7ddb3d
-SHA1 (patch-src_UPnPBase.h) = 554eaa417df23918985b9a0fd16d5f77844f145a



Home | Main Index | Thread Index | Old Index