mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.5.0
PR: 60416 Submitted by: maintainer
This commit is contained in:
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
|
@ -5,15 +5,21 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= LJ-TextMessage
|
PORTNAME= LJ-TextMessage
|
||||||
PORTVERSION= 1.4.1
|
PORTVERSION= 1.5.0
|
||||||
CATEGORIES= sysutils perl5
|
CATEGORIES= sysutils perl5
|
||||||
MASTER_SITES= http://livejournal.com/files/code/textmessage/ \
|
MASTER_SITES= http://livejournal.com/files/code/textmessage/ \
|
||||||
ftp://ftp.livejournal.com/code/textmessage/
|
ftp://ftp.livejournal.com/code/textmessage/
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
DISTNAME= ${PORTNAME}-1.4.1
|
||||||
|
|
||||||
MAINTAINER= ahze@ahze.net
|
MAINTAINER= ahze@ahze.net
|
||||||
COMMENT= Perl5 interface to send text messages to phones/pagers
|
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
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= LJ::TextMessage.3
|
MAN3= LJ::TextMessage.3
|
||||||
|
|
1464
sysutils/p5-LJ-TextMessage/files/patch-TextMessage.pm
Normal file
1464
sysutils/p5-LJ-TextMessage/files/patch-TextMessage.pm
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,5 @@
|
||||||
%%SITE_PERL%%/LJ/TextMessage.pm
|
%%SITE_PERL%%/LJ/TextMessage.pm
|
||||||
|
%%SITE_PERL%%/LJ/send-test.pl
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ/TextMessage/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ/TextMessage/.packlist
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ/TextMessage
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ/TextMessage
|
||||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/LJ 2>/dev/null || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue