Update to 1.5.0

PR:		60416
Submitted by:	maintainer
This commit is contained in:
Mathieu Arnold 2004-02-25 13:02:04 +00:00
parent e5416d7fa9
commit 746db8e797
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102094
3 changed files with 1472 additions and 1 deletions

View file

@ -5,15 +5,21 @@
# $FreeBSD$
PORTNAME= LJ-TextMessage
PORTVERSION= 1.4.1
PORTVERSION= 1.5.0
CATEGORIES= sysutils perl5
MASTER_SITES= http://livejournal.com/files/code/textmessage/ \
ftp://ftp.livejournal.com/code/textmessage/
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-1.4.1
MAINTAINER= ahze@ahze.net
COMMENT= Perl5 interface to send text messages to phones/pagers
BUILD_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= LJ::TextMessage.3

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,5 @@
%%SITE_PERL%%/LJ/TextMessage.pm
%%SITE_PERL%%/LJ/send-test.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ/TextMessage/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ/TextMessage
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ 2>/dev/null || true