diff options
author | Alex Dupre <ale@FreeBSD.org> | 2021-01-13 18:52:50 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2021-01-13 18:52:50 +0800 |
commit | 9a011de8ff7a12f88bbaa8ab6fab7c9ba0c29375 (patch) | |
tree | d933f50a23909e084318782a3e8723c47c63d6f6 /mail | |
parent | 19e92bdb990372e9bc7510204b23c3a45f0cfbf4 (diff) | |
download | freebsd-ports-gnome-9a011de8ff7a12f88bbaa8ab6fab7c9ba0c29375.tar.gz freebsd-ports-gnome-9a011de8ff7a12f88bbaa8ab6fab7c9ba0c29375.tar.zst freebsd-ports-gnome-9a011de8ff7a12f88bbaa8ab6fab7c9ba0c29375.zip |
Update to 1.9.10 release.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nocc/Makefile | 10 | ||||
-rw-r--r-- | mail/nocc/distinfo | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/mail/nocc/Makefile b/mail/nocc/Makefile index 231dc5335732..323420c45706 100644 --- a/mail/nocc/Makefile +++ b/mail/nocc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nocc -PORTVERSION= 1.9.9 +PORTVERSION= 1.9.10 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}/NOCC/${PORTVERSION} @@ -15,17 +15,19 @@ USES= php:web OPTIONS_DEFINE= DOCS -USE_PHP= ctype iconv imap mbstring pcre session +USE_PHP= ctype iconv imap mbstring openssl pcre session SUB_FILES= pkg-message NO_ARCH= yes NO_BUILD= yes NOCCCOMP= .htaccess favicon.ico robots.txt \ - action.php common.php contacts.php contacts_manager.php \ + action.php ckeditor.php ckeditor5.php common.php \ + contacts.php contacts_manager.php \ delete.php down_mail.php download.php get_img.php \ help.php index.php logout.php rss.php send.php \ - ckeditor classes config html js lang themes utils + ckeditor5 classes config html htmlpurifier js lang \ + themes utils PORTDOCS= * diff --git a/mail/nocc/distinfo b/mail/nocc/distinfo index fca9813fd5da..4f5e99297e10 100644 --- a/mail/nocc/distinfo +++ b/mail/nocc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604498862 -SHA256 (nocc-1.9.9.tar.gz) = ccce4a58272b2065eadd19c4e3a665eff87cb8dbb4ac63e1511593bb89c63263 -SIZE (nocc-1.9.9.tar.gz) = 1731088 +TIMESTAMP = 1610524419 +SHA256 (nocc-1.9.10.tar.gz) = 05cb820fd2cebde241954e843222924a782ee3a9350a41ce9015ee017cd7c7f8 +SIZE (nocc-1.9.10.tar.gz) = 2556051 |