aboutsummaryrefslogtreecommitdiff
path: root/net-im/mcabber
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.1.0Dmitry Marakasov2017-06-052-5/+4
| | | | Notes: svn path=/head/; revision=442609
* - Fix libidn support always disabledDmitry Marakasov2017-02-021-1/+2
| | | | | | | Reported by: tijl Notes: svn path=/head/; revision=433166
* - Update to 1.0.5Dmitry Marakasov2017-02-012-11/+18
| | | | | | | - Tweak depends Notes: svn path=/head/; revision=433000
* Update security/gpgme-* to 1.8.0Jason E. Hale2016-11-261-0/+1
| | | | | | | | | | | | | | | In this version, libgpgme-pthread.so has been removed in favor of just using libgpgme.so as the thread-safe library. PORTREVISION has been bumped on all ports depending on security/gpgme so that any that may have linked to -lgpgme-pthread will link to -lgpgme instead. The Python module provided by security/py-gpgme has been renamed upstream from pyme3 to gpg. This removes the conflict with security/py-pyme, although security/py-gpgme is still the direct replacement of that module. Notes: svn path=/head/; revision=427185
* - Update to 1.0.4Dmitry Marakasov2016-11-232-4/+4
| | | | Notes: svn path=/head/; revision=426887
* - Update to 1.0.3Dmitry Marakasov2016-09-302-3/+4
| | | | Notes: svn path=/head/; revision=423028
* - Update to 1.0.2Dmitry Marakasov2016-04-062-9/+5
| | | | | | | | - Clarify LICENSE - Switch to USES=localbase Notes: svn path=/head/; revision=412601
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Explicitly specify version for libotr.so to differentiate security/libotr ↵Dmitry Marakasov2016-02-251-1/+1
| | | | | | | | | and security/libotr3 Approved by: portmgr blanket Notes: svn path=/head/; revision=409518
* - Take maintainershipDmitry Marakasov2015-11-101-1/+1
| | | | Notes: svn path=/head/; revision=401190
* Unbreak window resizing.Romain Tartière2015-09-211-1/+2
| | | | | | | | PR: 189676 Submitted by: sg2342@googlemail.com Notes: svn path=/head/; revision=397484
* - Update to 1.0.0Guido Falsi2015-09-043-84/+95
| | | | | | | | | | | | | - Use pathfix in place of shebangfix - Strip binaries - Add EXAMPLES option - Simplify post-patch and post-install PR: 201850 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=396082
* - Add LICENSE_FILEDmitry Marakasov2015-06-152-5/+9
| | | | | | | | | | | - Fix shebangs - Strip libraries - Pet portlint MFH: 2015Q2 Notes: svn path=/head/; revision=389696
* Reset dhn's portsErwin Lansing2015-06-121-1/+1
| | | | | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr Notes: svn path=/head/; revision=389300
* Remove dead mirrorBaptiste Daroussin2015-03-301-1/+1
| | | | Notes: svn path=/head/; revision=382751
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Cleanup plistAntoine Brodin2014-11-211-18/+0
| | | | Notes: svn path=/head/; revision=373023
* dns/libidn:Tijl Coosemans2014-08-301-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc Notes: svn path=/head/; revision=366659
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portsTijl Coosemans2014-07-041-1/+1
| | | | | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port) Notes: svn path=/head/; revision=360658
* - Switch security/libotr3 to USES=libtool, drop .la filesDmitry Marakasov2014-06-041-2/+2
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=356504
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-042-6/+2
| | | | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Notes: svn path=/head/; revision=356503
* - Support stagingDmitry Marakasov2014-03-292-40/+17
| | | | | | | | | | | - Use new LIB_DEPENDS syntax PR: 187347 Submitted by: amdmi3 Approved by: maintainer timeout, portmgr (blanket) Notes: svn path=/head/; revision=349516
* - Update to 0.10.2Dennis Herrmann2013-12-173-4/+8
| | | | Notes: svn path=/head/; revision=336778
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* - Update security/gpgme to 1.4.3Jason E. Hale2013-10-201-2/+2
| | | | | | | | | | | | | | - Use USE_GNOME= ltverhack to correct the library version number to what the author intended. This effectively rolls the version number backwards, but should prevent future unneccesary version bumps. - Support staging - Use options helpers - Use new LIB_DEPENDS syntax - Bump PORTREVISION on dependent ports Notes: svn path=/head/; revision=331057
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-2/+2
| | | | Notes: svn path=/head/; revision=317220
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Convert dhn's ports to the new options frameworkBaptiste Daroussin2013-01-071-15/+13
| | | | | | | | | | While here trim headers and convert some USE_GNOME=pkgconfig to USE_PKGCONFIG=build Approved by: maintainer (dhn) Notes: svn path=/head/; revision=310055
* Hook security/libotr3 up, and move ports that depend on the old versionDoug Barton2012-09-081-2/+2
| | | | | | | to this new dependency. Notes: svn path=/head/; revision=303871
* For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.Doug Barton2012-07-261-0/+1
| | | | | | | | | For all but kdenetwork4 use =build. For it use both just in case. For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV Notes: svn path=/head/; revision=301551
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Chase gpgme shared lib bump.Julien Laffaye2011-07-211-1/+1
| | | | | | | | | - Add an entry to UPDATING Reviewed by: tabthorpe Notes: svn path=/head/; revision=278110
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-2/+2
| | | | Notes: svn path=/head/; revision=276971
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-111-4/+1
| | | | | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@) Notes: svn path=/head/; revision=272515
* - Fix Modules PathDennis Herrmann2011-01-282-8/+5
| | | | | | | | | | | - Remove MD5 checksum - Bump PORTREVSION Reported by: Benjamin Stier <ben@unpatched.de> Feature safe: Yes Notes: svn path=/head/; revision=268343
* - Update to 0.10.1Dennis Herrmann2010-12-033-75/+88
| | | | | | | | | | | | - Add LICENSE (GPLv2) - Add ENCHANT support - Sorts pkg-plist PR: ports/152810 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Notes: svn path=/head/; revision=265644
* Chase security/libgcrypt shlib bump.Wesley Shields2010-07-271-2/+2
| | | | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 0.10.0Dennis Herrmann2010-04-124-20/+60
| | | | Notes: svn path=/head/; revision=252598
* - Update to 0.9.10Dennis Herrmann2009-10-082-5/+4
| | | | Notes: svn path=/head/; revision=242589
* - Chase security/gpgme update.Wesley Shields2009-07-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the following ports require a patch to use the new gpgme correctly: deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim4 deskutils/kdepim4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 finance/qhacc mail/mutt-devel net-im/ayttm net-im/centericq net-im/centerim net-im/centerim-devel security/openvas-libnasl These patches were submitted by various people and documented in ports/135911. PR: ports/135911 Notes: svn path=/head/; revision=237891
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-1/+1
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* - Update to 0.9.9Martin Wilke2008-10-183-5/+43
| | | | | | | | | | - Pass maintainership to submitter PR: 128161 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=221759
* - Update to 0.9.8Dmitry Marakasov2008-10-074-28/+14
| | | | | | | | - Fix otr soversion - Remove 5.x condition and unneeded patch Notes: svn path=/head/; revision=221310