Commit graph

70 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
Dirk Meyer
54551f7442 - update to meta1-1.1.Alpha7.0
- add license
2016-11-22 19:58:04 +00:00
Dirk Meyer
a0e4afad38 - update to 1.1.Alpha6.0 2016-09-06 20:41:01 +00:00
Dirk Meyer
0cd22c8361 - cleanup options 2016-08-11 19:51:43 +00:00
Mathieu Arnold
f037e39601 USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
2016-08-08 13:46:50 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Dirk Meyer
2cd394ce34 - update to 1.1.Alpha2.0 2016-01-02 10:40:16 +00:00
Dirk Meyer
580f1d2f36 - make portlint happier 2015-11-21 17:36:59 +00:00
Dirk Meyer
2a666ad01d - remove NEED_ROOT
PR:		200547

- fix GROUPS, USERS
- enable option IPV6 per default
- do not create default config on install
- fix most regression tests
- add pkg-message for new installs
2015-06-04 18:54:16 +00:00
Dirk Meyer
844698334d - update to meta1-1.1.Alpha1.0 2015-05-18 19:24:50 +00:00
Tijl Coosemans
5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00
Dirk Meyer
488941475a - fix build after removal of Berkeley DB port 2015-01-02 16:56:07 +00:00
Antoine Brodin
8e556b93ae Cleanup plist 2014-11-22 18:42:44 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Adam Weinberger
99afccd1ce Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:14:15 +00:00
Dirk Meyer
c2aa3fe9ae - update to 1.0.Beta0.0
- use STAGEDIR
- preserve users and groups
2014-04-11 17:31:11 +00:00
Dirk Meyer
c082577a8e - update to 1-1.0.Alpha22.0 2014-03-09 19:05:59 +00:00
Dirk Meyer
5cfc05628d - update to 1-1.0.Alpha21.0 2014-03-09 18:50:42 +00:00
Dirk Meyer
12ac28d2d3 - update to 1.0.Alpha20.0 2014-03-09 18:42:11 +00:00
Dirk Meyer
2bcc53a820 - update to 1.0.Alpha19.0
- use OPTIONS_SUB
- use OPT_CONFIGURE_ENABLE
2013-12-21 20:11:18 +00:00
Dirk Meyer
5be5719ec7 - update to 1.0.Alpha18.0 2013-12-01 14:38:33 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Dirk Meyer
50d7ee708c - update to 1.0.Alpha15.0 2013-08-30 19:14:01 +00:00
Dirk Meyer
6f296b8ce6 - add OPTION DKIM
Submitted by:	alastair

- add OPTION MSP
2013-05-01 04:38:54 +00:00
Dirk Meyer
0f3e5dadd3 - update to 1.0.Alpha14.0 2012-12-29 17:00:18 +00:00
Hajimu UMEMOTO
dda3fab6a5 Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
2012-12-10 15:10:02 +00:00
Dirk Meyer
0e4d8082e1 - update to 2.0.Alpha13.0 2012-12-09 21:35:26 +00:00
Dirk Meyer
e711de13d3 - update to 1.0.Alpha12.0
PR:		172891
Submitted by:	Alastair Hogge
2012-12-09 21:33:34 +00:00
Dirk Meyer
41c03aae99 - fix mangpages and cleanup prefix
Submitted by:	agh
Feature safe: yes
2012-10-26 16:59:17 +00:00
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Doug Barton
4c72aacae0 Add newlines to the ends of these files 2012-09-04 05:35:29 +00:00
Dirk Meyer
94d114b745 - use OPTIONS_DEFINE
PR:		169846
Submitted by:	Alastair Hogge
2012-07-26 17:11:07 +00:00
Dirk Meyer
ec4df87604 - update to meta1-1.0.Alpha11.0
PR:		169846
Submitted by:	Alastair Hogge
2012-07-16 03:44:11 +00:00
Dirk Meyer
5c82fa580d - update to 1.0.Alpha5.0 2011-09-03 11:07:06 +00:00
Dirk Meyer
04634f325b - update to 1.0.Alpha4.0 2011-08-13 13:45:49 +00:00
Dirk Meyer
187807a2e2 - update to 1.0.Alpha1.0 2011-05-11 20:16:02 +00:00
Dirk Meyer
e8231ee6b6 - update to 1.0.Alpha0.0 2011-04-02 18:49:17 +00:00
Dirk Meyer
5a53567313 - udpate to 1.0.PreAlpha42.0 2011-04-02 18:29:50 +00:00
Philip M. Gollucci
116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Dirk Meyer
1c4dff4aeb - update to 1-1.0.PreAlpha36 2010-08-20 06:47:52 +00:00
Dirk Meyer
7b69a6211e - update to 1.0.PreAlpha35.0 2010-06-07 17:24:12 +00:00
Dirk Meyer
896dc0aa8a - note GROUPS/USERS does not work here 2010-06-05 04:20:15 +00:00
Dirk Meyer
614ad36a06 - update to 1-1.0.PreAlpha34 2010-03-26 14:17:43 +00:00
Dirk Meyer
35bb2c2ab1 - update to 1.0.PreAlpha33
Feature safe:	yes
2010-02-26 18:02:32 +00:00
Dirk Meyer
9c5b2499f7 - update to 1.0.PreAlpha32.0 2010-01-24 20:33:35 +00:00
Dirk Meyer
fae37b15da - update to .0.PreAlpha31.0 2010-01-16 08:48:33 +00:00
Dirk Meyer
20fc645e9f - update to 1.0.PreAlpha30.0 2009-08-24 20:39:06 +00:00