summaryrefslogtreecommitdiff
path: root/net/csup
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-02-25Use OPSYSVARS.jperkin1-4/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-11-11Fix a tyop.simonb1-1/+1
2010-04-19Update csup to csup-snap-20100404zafer5-54/+43
Changelog since 20070216: Its part the FreeBSD base system. http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/csup/
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-08-01Avoid UNAME!=/usr/bin/uname -s in the makefile, which doesn't work ondholland2-6/+13
Debian. Since we patched out all the uses of ${UNAME}, we don't need to collect it either. Fixes the last bit of PR 38083.
2008-12-23* Need OpenSSL to build.obache5-29/+29
* Ensure to use BSD_MAKEFILE and pass appropriate CFLAGS. Fixes PR 40171.
2007-12-02Some more packages need lex and yacc. Patch by Aleksey Cheusov onrillig1-2/+2
pkgsrc-users.
2007-07-12The code is not -Werror clean, disable it for now to let it build.xtraeme2-2/+4
2007-02-20All pkgsrc systems share the bsd.prog.mk from NetBSD.joerg2-14/+29
2007-02-16Initial import of csup-20070216 (I took a snapshot of the currentxtraeme6-0/+85
source), from pkgsrc-wip and packaged by iMil. Csup is a rewrite of CVSup in C. CVSup(R) is a software for distributing and updating collections of files accross a network. It can efficiently and accurately mirror all types of files, including sources, binaries, hard links, symbolic links, and even device nodes. In addition to being a great general-purpose mirroring tool, CVSup includes special features and optimizations specifically tailored to CVS repositories. It is being used as the preferred way to update sources within the FreeBSD, NetBSD and OpenBSD projects and more.