[Midnightbsd-cvs] mports [19606] update to sendxmpp 1.24
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jul 15 23:02:04 EDT 2015
Revision: 19606
http://svnweb.midnightbsd.org/mports/?rev=19606
Author: laffer1
Date: 2015-07-15 23:02:03 -0400 (Wed, 15 Jul 2015)
Log Message:
-----------
update to sendxmpp 1.24
Modified Paths:
--------------
trunk/net-im/sendxmpp/Makefile
trunk/net-im/sendxmpp/distinfo
trunk/net-im/sendxmpp/pkg-descr
Property Changed:
----------------
trunk/net-im/sendxmpp/pkg-descr
Modified: trunk/net-im/sendxmpp/Makefile
===================================================================
--- trunk/net-im/sendxmpp/Makefile 2015-07-16 01:41:42 UTC (rev 19605)
+++ trunk/net-im/sendxmpp/Makefile 2015-07-16 03:02:03 UTC (rev 19606)
@@ -1,10 +1,9 @@
# $MidnightBSD$
PORTNAME= sendxmpp
-PORTVERSION= 0.0.8
-PORTREVISION= 1
+PORTVERSION= 1.24
+DISTVERSIONPREFIX= v
CATEGORIES= net-im perl5
-MASTER_SITES= http://www.djcbsoftware.nl/code/sendxmpp/
MAINTAINER= ports at MidnightBSD.org
COMMENT= Perl-script to send xmpp (jabber) messages
@@ -11,15 +10,24 @@
LICENSE= gpl2
-BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net-im/p5-Net-XMPP \
- p5-IO-Socket-SSL>0.0:${PORTSDIR}/security/p5-IO-Socket-SSL
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP
+RUN_DEPENDS= p5-Getopt-Long>0.0:${PORTSDIR}/devel/p5-Getopt-Long
+USE_GITHUB= yes
+GH_ACCOUNT= lhost
+
PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
+NO_ARCH= yes
-MAN1= sendxmpp.1
+PORTEXAMPLES= send-url.xml sendxmpp-raw-messages
+PLIST_FILES= bin/sendxmpp man/man1/sendxmpp.1.gz
-PLIST_FILES= bin/sendxmpp
-PLIST_DIRS= %%SITE_PERL%%/mach/auto/sendxmpp
+OPTIONS_DEFINE= EXAMPLES
+post-install:
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
+
.include <bsd.port.mk>
Modified: trunk/net-im/sendxmpp/distinfo
===================================================================
--- trunk/net-im/sendxmpp/distinfo 2015-07-16 01:41:42 UTC (rev 19605)
+++ trunk/net-im/sendxmpp/distinfo 2015-07-16 03:02:03 UTC (rev 19606)
@@ -1,2 +1,2 @@
-SHA256 (sendxmpp-0.0.8.tar.gz) = 10e0a8d03f504f93ee4b9178c86f1882ac718e76d427602b1f9e10653cde0dde
-SIZE (sendxmpp-0.0.8.tar.gz) = 6401
+SHA256 (sendxmpp-v1.24_GH0.tar.gz) = dfaf735b4585efd6b3b0f95db31203f9ab0fe607b50e75c6951bc18a6269837d
+SIZE (sendxmpp-v1.24_GH0.tar.gz) = 9657
Modified: trunk/net-im/sendxmpp/pkg-descr
===================================================================
--- trunk/net-im/sendxmpp/pkg-descr 2015-07-16 01:41:42 UTC (rev 19605)
+++ trunk/net-im/sendxmpp/pkg-descr 2015-07-16 03:02:03 UTC (rev 19606)
@@ -1,4 +1,4 @@
sendxmpp is a program to send XMPP (Jabber) messages from the command-line.
Messages can be sent both to individual recipients and chatrooms.
-WWW: http://www.djcbsoftware.nl/code/sendxmpp/
+WWW: http://sendxmpp.hostname.sk/
Property changes on: trunk/net-im/sendxmpp/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list