svn commit: r373792 - in head: irc/bitlbee irc/irssi-otr net-im/kopete-kde4 security/libotr security/pidgin-otr x11/leechcraft
Carlo Strub
cs at FreeBSD.org
Tue Dec 2 22:44:28 UTC 2014
Author: cs
Date: Tue Dec 2 22:44:25 2014
New Revision: 373792
URL: https://svnweb.freebsd.org/changeset/ports/373792
QAT: https://qat.redports.org/buildarchive/r373792/
Log:
- Update to 4.1.0
- Use striping
- Please portlint
- Bump PORTREVISION
Modified:
head/irc/bitlbee/Makefile
head/irc/irssi-otr/Makefile
head/net-im/kopete-kde4/Makefile
head/security/libotr/Makefile
head/security/libotr/distinfo
head/security/libotr/pkg-plist
head/security/pidgin-otr/Makefile
head/x11/leechcraft/Makefile
Modified: head/irc/bitlbee/Makefile
==============================================================================
--- head/irc/bitlbee/Makefile Tue Dec 2 22:42:41 2014 (r373791)
+++ head/irc/bitlbee/Makefile Tue Dec 2 22:44:25 2014 (r373792)
@@ -2,7 +2,7 @@
PORTNAME= bitlbee
PORTVERSION= 3.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/ \
${MASTER_SITE_LOCAL}
Modified: head/irc/irssi-otr/Makefile
==============================================================================
--- head/irc/irssi-otr/Makefile Tue Dec 2 22:42:41 2014 (r373791)
+++ head/irc/irssi-otr/Makefile Tue Dec 2 22:44:25 2014 (r373792)
@@ -3,7 +3,7 @@
PORTNAME= irssi-otr
PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= GH
Modified: head/net-im/kopete-kde4/Makefile
==============================================================================
--- head/net-im/kopete-kde4/Makefile Tue Dec 2 22:42:41 2014 (r373791)
+++ head/net-im/kopete-kde4/Makefile Tue Dec 2 22:44:25 2014 (r373792)
@@ -2,6 +2,7 @@
PORTNAME= kopete
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= net-im kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
Modified: head/security/libotr/Makefile
==============================================================================
--- head/security/libotr/Makefile Tue Dec 2 22:42:41 2014 (r373791)
+++ head/security/libotr/Makefile Tue Dec 2 22:44:25 2014 (r373792)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libotr
-PORTVERSION= 4.0.0
-PORTREVISION= 4
+PORTVERSION= 4.1.0
CATEGORIES= security net-im net
MASTER_SITES= https://otr.cypherpunks.ca/ \
http://www.c-s.li/ports/
@@ -22,6 +21,7 @@ CONFLICTS= libotr3-*
GNU_CONFIGURE= yes
USES= libtool pathfix cpe
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
CPE_VENDOR= cypherpunks
.include <bsd.port.options.mk>
Modified: head/security/libotr/distinfo
==============================================================================
--- head/security/libotr/distinfo Tue Dec 2 22:42:41 2014 (r373791)
+++ head/security/libotr/distinfo Tue Dec 2 22:44:25 2014 (r373792)
@@ -1,4 +1,4 @@
-SHA256 (libotr-4.0.0.tar.gz) = 3f911994409898e74527730745ef35ed75c352c695a1822a677a34b2cf0293b4
-SIZE (libotr-4.0.0.tar.gz) = 441441
-SHA256 (libotr-4.0.0.tar.gz.asc) = 577f6fb9fbc8a33f45c5495ce46d41e55af84da56a6530bf113c6ea8d19b5c3c
-SIZE (libotr-4.0.0.tar.gz.asc) = 190
+SHA256 (libotr-4.1.0.tar.gz) = 4fdb891940ec89d300190a98f69a9138248dcb8c8d337633fb981b8d0a9cd930
+SIZE (libotr-4.1.0.tar.gz) = 576771
+SHA256 (libotr-4.1.0.tar.gz.asc) = d77b093c282235977bbf8050a310f64f197e6ed05fb432b516e9e2dab272077b
+SIZE (libotr-4.1.0.tar.gz.asc) = 190
Modified: head/security/libotr/pkg-plist
==============================================================================
--- head/security/libotr/pkg-plist Tue Dec 2 22:42:41 2014 (r373791)
+++ head/security/libotr/pkg-plist Tue Dec 2 22:44:25 2014 (r373792)
@@ -23,7 +23,7 @@ include/libotr/version.h
lib/libotr.a
lib/libotr.so
lib/libotr.so.5
-lib/libotr.so.5.0.0
+lib/libotr.so.5.1.0
libdata/pkgconfig/libotr.pc
man/man1/otr_mackey.1.gz
man/man1/otr_modify.1.gz
@@ -33,4 +33,4 @@ man/man1/otr_remac.1.gz
man/man1/otr_sesskeys.1.gz
man/man1/otr_toolkit.1.gz
share/aclocal/libotr.m4
- at dirrm include/libotr
+ at dir include/libotr
Modified: head/security/pidgin-otr/Makefile
==============================================================================
--- head/security/pidgin-otr/Makefile Tue Dec 2 22:42:41 2014 (r373791)
+++ head/security/pidgin-otr/Makefile Tue Dec 2 22:44:25 2014 (r373792)
@@ -2,7 +2,7 @@
PORTNAME= otr
PORTVERSION= 4.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security net-im net
MASTER_SITES= http://www.cypherpunks.ca/otr/
PKGNAMEPREFIX= pidgin-
Modified: head/x11/leechcraft/Makefile
==============================================================================
--- head/x11/leechcraft/Makefile Tue Dec 2 22:42:41 2014 (r373791)
+++ head/x11/leechcraft/Makefile Tue Dec 2 22:44:25 2014 (r373792)
@@ -3,7 +3,7 @@
PORTNAME= leechcraft
PORTVERSION= 0.6.70
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/
DISTNAME= ${PORTNAME}-${PORTVERSION}
More information about the svn-ports-all
mailing list