| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
While here,
* Switch to DISTVERSION
* Pet portclippy
* Re-format Makefile with portfmt
PR: 259405
Reported by: James B. Byrne
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
|
| |
PR: 245823
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
|
|
|
|
|
|
|
|
| |
- now works with php7
PR: 240328
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Reported by: Aleks <Z462vasa@mail.lviv.ua>
|
|
|
|
| |
(and missed 3 missed files from previous categories.)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
PR: 226831
Submitted by: maintainer
MFH: 2018Q2
Security: CVE-2018-8741
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 221825
Submitted by: uzsolt@uzsolt.hu (maintainer)
|
|
|
|
|
|
|
| |
Details:
Maintainer observes false positives almost every day. Apparently the
distfiles are automatically recreated even if there is no change, but
portscout notices it and sends an e-mail to maintainer.
|
|
|
|
|
|
|
|
|
| |
While here, give maintainership to submitter
PR: 219801
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu>
MFH: 2017Q3
Security: e1de77e8-c45e-48d7-8866-5a6f943046de
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
| |
much better php70 support. The optional database backend has switched
from PEAR to PDO, so include an UPDATING note about it.
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
|
|
|
| |
These ports built successfully
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following variables have been folded into arguments:
- USE_PHPIZE -> USES=php:phpize
- USE_PHPEXT -> USES=php:ext
- USE_ZENDEXT -> USES=php:zend
- USE_PHP_BUILD -> USES=php:build
- WANT_PHP_CLI -> USES=php:cli
- WANT_PHP_CGI -> USES=php:cgi
- WANT_PHP_MOD -> USES=php:mod
- WANT_PHP_WEB -> USES=php:web
- WANT_PHP_EMB -> USES=php:embed
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
Biggest changes here are STARTTLS support.
|
| |
|
|
|
|
|
|
|
| |
Change references to ispell into aspell, which is readily available.
PR: 202980
Submitted by: mcdouga9@egr.msu.edu
|
|
|
|
|
|
| |
script.
While here, sort USES, and regenerate a patch with makepatch.
|
|
|
|
|
|
|
|
|
| |
logging in fails. On modern PHP, it *makes* logging in fail.
PORTREVISION bump to be on the safe side.
PR: 202226
Submitted by: freebsd@alexus.org
|
|
|
|
|
|
| |
PR: 202065
Submitted by: amdmi3
Approved by: adamw (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
| |
the plists.
Also, avoid registering plugins during package build. It only makes sense to
run the registration on end-user machines, and running it during package building
leads to a stagedir violation, as noted in [1].
PR: 198044 [1]
Submitted by: amdmi3
|
|
|
|
|
|
| |
pkg-install
to a package name, as the former can't be attributed to a package
|
|
|
|
|
|
|
|
|
| |
Changes:
* Add session variables that store information about most recent fatal IMAP
error
* Prevent session lock-up caused by filters plugin trying to move messages in
an account that is over quota
|
|
|
|
| |
pkg installation now, not just the install target.
|
|
|
|
|
|
| |
that it will work when installed from binary pkg.
Bump PORTREVISION on all plugins for this.
|
|
|
|
| |
PORTREVISION bump for changed plist.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream changes include:
- Add ability to search the FROM header for a given address
- Resumed drafts now use the correct identity
- Lighten folder refresh - let browser cache images and whatnot
- Make sure sender and subject are never blank
- Make sure folder list refresh gets non-empty response
- Remove senseless restrictions on abook nicknames
Port changes include:
squirrelmail:
- Improve installed permissions on all SM files
- Introduce a pkg-help instead of a pre-everything message
- Given the lack of pear-DB (old-style) drivers in the ports
tree, it may be time to retire the DATABASE option altogether?
squirrelmail-translations:
- Depend on squirrelmail by identical PORTVERSION to
prevent strings from being used with a different squirrelmail
revision
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
|
|
|
|
| |
way rather than invoking chown and chmod ourselves.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the Makefiles, and using @sample.
Notable changes include:
* Add advanced control over the SSL context used when connecting to the
SMTP and IMAP servers over SSL/TLS (Thanks to Emmanuel Dreyfus)
* Add ability to show login error from the IMAP server instead of
traditional "Unknown user or password incorrect" (thanks to Alain
Williams)
* Allow SSL socket context to be specified as well
* Make configuration tool show the SquirrelMail version
* Better hook results testing
* Add ability to use console.log for debugging
* Turn off debugging by default
* Add new attachments_top hook
|
|
|
|
|
|
|
|
|
| |
on directories. It looks like chown in the plist and chmod in
do-install does the right thing.
PORTREVISION bump as ownership on some folders has changed. The
chmod in the plist seems to be a NO-OP but I'm leaving them in in
case they magically work in the future.
|
|
|
|
| |
- While here cleanup some whitespaces / dependencys
|
|
|
|
|
|
|
|
|
|
|
| |
Changes include:
* Preserve compose action during HTML address book activity
* Make $xtra in displayHtmlHeader() global so plugins can modify it; Add
some generic JavaScript libraries with mechanism that allows any page or
plugin to ask for them or others to be loaded; Add two new mechanisms for
the folder pane refresh that use JavaScript to ensure the server is
responding before initiating the refresh
* Add full date and time as "title" (mouseover) text for dates shown on the message list screen
|
|
|
|
|
|
|
|
|
|
| |
broke PKGORIGIN, which is created in bsd.port.pre.mk. Oops.
So, I've added CATEGORIES back to all the plugins, and bumped
PORTREVISION so that packages with correct origins can be
created.
Thanks to: Stefan Bethke <stb@lassitu.de>
|
|
|
|
|
|
|
|
|
|
| |
Make sure that bsd.port.pre.mk is included before bsd.squirrelmail.mk.
For ports with maintainers, I haven't switched you to the new
PKGMESSAGE, but I have corrected paths in pkg-message.in where
necessary. I also got a little over-zealous in cleaning redundant
definitions from the headers. Apologies in advance if this rubs
you the wrong way.
|
|
|
|
|
|
|
|
| |
In particular:
* Add new spacer image and allow its use for unsafe images instead of
the sec_remove_* image -- brings HTML emails into the modern age
(much more viewable)
|
| |
|