diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-21 04:25:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-21 04:25:30 +0800 |
commit | 38da3629acd79ee6b5320c63c805b124e9d398a6 (patch) | |
tree | f7b3d963132916f42a74082e93aa178d2412ce29 /comms | |
parent | 3159da92377d8cef8c44860b5ca612468bdf3d22 (diff) | |
download | freebsd-ports-gnome-38da3629acd79ee6b5320c63c805b124e9d398a6.tar.gz freebsd-ports-gnome-38da3629acd79ee6b5320c63c805b124e9d398a6.tar.zst freebsd-ports-gnome-38da3629acd79ee6b5320c63c805b124e9d398a6.zip |
- Update to 3.24
PR: 111874
Submitted by: miwi
Approved by: maintainer
Diffstat (limited to 'comms')
-rw-r--r-- | comms/o2sms/Makefile | 8 | ||||
-rw-r--r-- | comms/o2sms/distinfo | 6 | ||||
-rw-r--r-- | comms/o2sms/pkg-plist | 9 |
3 files changed, 14 insertions, 9 deletions
diff --git a/comms/o2sms/Makefile b/comms/o2sms/Makefile index 75506470ca0b..a6d6654f207e 100644 --- a/comms/o2sms/Makefile +++ b/comms/o2sms/Makefile @@ -6,7 +6,7 @@ # PORTNAME= o2sms -PORTVERSION= 3.22 +PORTVERSION= 3.24 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW/MACKERS @@ -21,10 +21,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN1= o2sms.1 \ +MAN1= aftsms.1 \ + o2sms.1 \ meteorsms.1 \ vodasms.1 -MAN3= WWW::SMS::IE::iesms.3 \ +MAN3= WWW::SMS::IE::aftsms.3 \ + WWW::SMS::IE::iesms.3 \ WWW::SMS::IE::o2sms.3 \ WWW::SMS::IE::meteorsms.3 \ WWW::SMS::IE::vodasms.3 diff --git a/comms/o2sms/distinfo b/comms/o2sms/distinfo index 0340a109b5df..368863feba2f 100644 --- a/comms/o2sms/distinfo +++ b/comms/o2sms/distinfo @@ -1,3 +1,3 @@ -MD5 (o2sms-3.22.tar.gz) = a0ecf48eb23db969ddcf1b9c8f9ec80e -SHA256 (o2sms-3.22.tar.gz) = 6163924ad60584a69b2cad6290c16717e1405dc0f0adb6b2b5cc86f5b32fa66b -SIZE (o2sms-3.22.tar.gz) = 21578 +MD5 (o2sms-3.24.tar.gz) = b18d477694855c73099f918ab03b7a57 +SHA256 (o2sms-3.24.tar.gz) = 088420661f3eaff68993fa26070dfafff5832c492a3c7fb666e9094ef3c424be +SIZE (o2sms-3.24.tar.gz) = 28960 diff --git a/comms/o2sms/pkg-plist b/comms/o2sms/pkg-plist index 7e5caec1e09a..54560997772b 100644 --- a/comms/o2sms/pkg-plist +++ b/comms/o2sms/pkg-plist @@ -1,4 +1,10 @@ +bin/aftsms +bin/meteorsms +bin/o2sms +bin/vodasms %%SITE_PERL%%/%%PERL_ARCH%%/auto/o2sms/.packlist +%%SITE_PERL%%/WWW/SMS/IE/aftsms.action +%%SITE_PERL%%/WWW/SMS/IE/aftsms.pm %%SITE_PERL%%/WWW/SMS/IE/iesms.pm %%SITE_PERL%%/WWW/SMS/IE/meteorsms.action %%SITE_PERL%%/WWW/SMS/IE/meteorsms.pm @@ -6,9 +12,6 @@ %%SITE_PERL%%/WWW/SMS/IE/o2sms.pm %%SITE_PERL%%/WWW/SMS/IE/vodasms.action %%SITE_PERL%%/WWW/SMS/IE/vodasms.pm -bin/meteorsms -bin/o2sms -bin/vodasms @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/o2sms @dirrm %%SITE_PERL%%/WWW/SMS/IE @dirrmtry %%SITE_PERL%%/WWW/SMS |