summaryrefslogtreecommitdiff
path: root/sysutils/rsyncrypto/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/rsyncrypto: improving MakefileÄlven2025-01-083-16/+37
| | | | | | | | | | | Requires archivers/gzip. The gzip in FreeBSD doesn't support --rsyncable flag. It requires a patch to use ${LOCALBASE}/bin/gzip. Add TEST_TARGET. Add LICENSE_FILE. Switch to DISTVERSION. Submitter takes maintainership. PR: 283817
* Allow to build against pre-1.1.0 versions of OpenSSL which are stillAlexey Dokuchaev2020-07-281-0/+16
used in FreeBSD 11.x and would be supported until September 30, 2021. PR: 248168 Notes: svn path=/head/; revision=543578