67 Commits

Author SHA1 Message Date
Mathieu Arnold
6d588589c2 Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
2017-04-11 15:21:23 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Dmitry Marakasov
1df17fccd8 - Switch to options helpers
Approved by:	portmgr blanket
2015-09-20 19:24:35 +00:00
John Marino
b90f611b9c net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted.  mediatomb and spread also fail plist-checks
but they weren't fixed.

approved by:	PTHREAD blanket
2015-03-25 23:51:05 +00:00
Baptiste Daroussin
42510f4ef4 Remove Author from pkg-descr and white space fixes 2015-03-02 23:36:35 +00:00
Hiroki Sato
b851d6ed3c Update to 0.25.0. It supports commitid.
Obtained from:	OpenBSD
2014-07-21 21:07:16 +00:00
Jimmy Olgeni
7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
2014-07-10 12:13:11 +00:00
Martin Wilke
c2866e7e03 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-29 12:00:30 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Hiroki Sato
f7b0579178 Add STAGEDIR support. 2013-10-16 05:05:52 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Hiroki Sato
ccff1213a4 Add MAKE_JOBS_SAFE=yes. 2013-04-28 20:48:46 +00:00
Hiroki Sato
c5e7f2b15c - Add LICENSE.
- Use OPTIONS_DEFINE.
- Trim old-style header.
- Single space after WWW:.
2013-04-28 20:45:43 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Hiroki Sato
1b015ad6bc - Enable OpenSSL support by default.
- Use $USE_RC_SUBR=cvsyncd instead of $USE_RC_SUBR=yes[*].
- Use $PORTEXAMPLES and $PORTDOCS.

Submitted by:	pgollucci[*]
PR:		ports/136843[*]
2009-10-14 16:42:45 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Hiroki Sato
1f5af49e9f Update to 0.24.19. cvsync now supports TIGER/192 and RIPEMD160. 2005-09-19 17:13:34 +00:00
Hiroki Sato
dba95a6c76 Fix build breakage on 7.x. pthread.h does not include sys/types.h now. 2005-09-11 04:02:38 +00:00
Hiroki Sato
7e2371bc12 Update to 0.24.18. A buffer overrun which can prevent
the server and client from working has been fixed.
2004-11-26 18:16:23 +00:00
Hiroki Sato
6f089d1aff Update to 0.24.17. This will be the last release of
mirror-mode-only-cvsync.  Changes include:

- Make more friendly to userlevel POSIX thread libraries.
- Improve performance to parse rcsfile(5) based files.
- When -u/-g is specified, drop the privilege completely.
2004-10-29 17:57:53 +00:00
Hiroki Sato
d5ba8246f1 Fix variable initialization in the rc.d startup script.
Obtained from:	mtm
Approved by:	linimon (mentor)
2004-08-19 17:36:19 +00:00
Norikatsu Shigemura
75b9786374 Update to 0.24.16.
Submitted by:	hrs
2004-06-20 16:49:34 +00:00
Hiroki Sato
ff1a57012e Add USE_RC_SUBR=yes and rcNG-style startup script.
Approved by:	linimon (mentor)
2004-05-11 12:13:26 +00:00
Kris Kennaway
aec16fe8da Add missing manpage 2004-04-20 08:04:18 +00:00
Hiroki Sato
8daee45cd1 Update to 0.24.15:
- The cvsync2cvsup utility which converts a CVSync scanfile
	  to one in the CVSup format, has been added.

	- A sample file for the FreeBSD CVS repository (cvsyncd-FreeBSD.conf)
	  has been added.

	- Some reliability improvements.

Approved by:	linimon (mentor)
2004-04-19 07:07:50 +00:00
Mark Linimon
41622a570f Update to 0.24.14: minor bugfixes (see doc/ChangeLog).
PR:		ports/65221
Submitted by:	Hiroki Sato <hrs@freebsd.org> (maintainer)
2004-04-10 21:20:15 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Kris Kennaway
cb61c9cc0c Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION 2004-02-16 02:52:55 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Sergei Kolobov
1538cc71a0 - Update to 0.24.13
Changes include performance improvement, a new keyword 'base', etc.

PR:		59779
Submitted by:	maintainer
2003-12-04 13:40:44 +00:00
Kirill Ponomarev
dc2956874e - Update to version 0.24.12
* A bug which `prefix' is needed even if
  release type `list' is specified has been fixed

PR:		58981
Submitted by:	hrs
2003-11-05 22:10:28 +00:00
Yen-Ming Lee
f17af4e1d4 Update to 0.24.11. New client keyword "base-prefix" has been added.
Build on bento cluster should be fixed, too.

PR:		58862
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-11-03 10:56:02 +00:00
Sergei Kolobov
39c6324662 - Update to 0.24.10:
A fatal bug in cvsup2cvsync has been fixed

PR:		58693
Submitted by:	maintainer
2003-10-29 20:44:11 +00:00
Norikatsu Shigemura
62ad1e0f24 Update to 0.24.9.
PR:		ports/58664
Submitted by:	hrs (maintainer)
2003-10-29 10:40:23 +00:00
Sergey A. Osokin
f002d3df16 Update to 0.24.8.
Submitted by:	hrs (maintainer)
PR:		57735
2003-10-08 10:40:37 +00:00
Edwin Groothuis
ed7cb5baac iUpdate port: net/cvsync 0.24.7
Update to 0.24.7.

PR:		ports/57011
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-09-24 09:02:13 +00:00
Norikatsu Shigemura
4d4cfd4d97 Update to 0.24.6.
PR:		ports/56669
Submitted by:	hrs (maintainer)
2003-09-10 05:12:53 +00:00
Kirill Ponomarev
59433e2776 - Update to version 0.24.5
PR:		56501
Submitted by:	maintainer
2003-09-05 18:26:14 +00:00
Sergey A. Osokin
a02c7c507b Update to 0.24.4
Submitted by:	hrs (still without of commit-bit for ports-tree maintainer)
PR:		56036
2003-08-27 14:03:07 +00:00
Yen-Ming Lee
9587c7792b Update to 0.24.3.
- New keyword: "nordiff"
- a bug involving symlink update has been fixed.

PR:		55204
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-08-03 09:28:19 +00:00
Yen-Ming Lee
437b3fb082 Update to 0.24.2.
PR:		55075
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-07-30 23:26:36 +00:00
Daichi GOTO
04dc2f0e84 update net/cvsync: 0.24.0 -> 0.24.1
PR:		54772
Submitted by:	hrs
2003-07-23 05:24:55 +00:00
Christian Weisgerber
3e60666884 Update to 0.24.0. An rsync-like algorithm for regular file
synchronization has been implemented.

PR:		54444
Submitted by:	hrs
2003-07-13 21:01:21 +00:00
Norikatsu Shigemura
d976860357 Update to 0.23.8.
PR:		ports/?????
Submitted by:	hrs (maintainer, in near feature, he will submit a PR)
2003-07-09 13:42:35 +00:00
Yen-Ming Lee
6028ecb611 Update to 0.23.7. A memory leak bug in cvsyncd is fixed.
PR:		54222
Submitted by:	Hiroki Sato <hrs@freebsd.org>
2003-07-08 16:24:54 +00:00
Norikatsu Shigemura
17a8f323dc Update to 0.23.6.
PR:		ports/54205
Submitted by:	hrs (maintainer)
2003-07-08 02:35:24 +00:00