Adam Weinberger
41fcfb64f9
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
...
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.
Approved by: portmgr (blanket)
2014-07-03 19:06:07 +00:00
Emanuel Haupt
d00885fd73
Remove trailing whitespaces from category archivers
2014-02-21 13:34:56 +00:00
Emanuel Haupt
5005b67362
According to the Porter's Handbook (5.12.2.3.) default options must be added to
...
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org , kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
2014-02-10 13:54:26 +00:00
Philippe Audeoud
288c4623f6
- Support stage and options
2013-12-27 09:54:22 +00:00
Baptiste Daroussin
b80ec3e204
Add NO_STAGE all over the place in preparation for the staging support (cat: archivers)
2013-09-20 13:11:20 +00:00
Alexey Dokuchaev
142171e3f3
For a number of ports in archives category, trim the header and drop leading
...
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
2012-12-18 07:57:31 +00:00
Doug Barton
989772c9ac
The vast majority of pkg-descr files had the following format when they
...
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
2011-10-24 09:11:38 +00:00
Eitan Adler
7e3b32fff8
- remove maintainer tags from pkg-descr
...
Approved by: portmgr
Approved by: bapt (mentor)
2011-10-22 23:50:23 +00:00
Martin Wilke
65e190c0f0
- Get Rid MD5 support
...
With hat: portmgr (myself)
2011-03-18 17:59:50 +00:00
Edwin Groothuis
6527ef2070
Bump portrevision due to upgrade of devel/gettext.
...
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
2008-06-06 13:08:29 +00:00
Philippe Audeoud
f856a9ae6e
- Update maintainer address
...
Approved by: thierry (mentor)
2008-03-12 13:27:28 +00:00
Thomas Abthorpe
736f444031
- Update to 2.1.5
...
- Pass maintainership to submitter
PR: ports/119419
Submitted by: Philippe Audeoud <jadawin tuxaco.net>
2008-01-07 18:43:10 +00:00
Edwin Groothuis
179697185d
Remove USE_REINPLACE from ports in categories starting with A.
2006-05-03 05:14:35 +00:00
Pav Lucistnik
2c39b78ee6
- Add SHA256
2005-11-23 23:37:45 +00:00
Pav Lucistnik
f6d61cf04f
- Update to 2.1.4
...
PR: ports/81847
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2005-06-03 22:58:09 +00:00
Kirill Ponomarev
7cb6f49343
- Update to version 2.1.3
...
PR: ports/66391
Submitted by: Ports Fury
2004-05-09 18:10:06 +00:00
Trevor Johnson
e8d5605043
Add SIZE.
2004-01-27 20:51:07 +00:00
Kris Kennaway
f26b74d99d
portlint (variable ordering, explicit /usr/local and /usr/ports refs)
2003-10-26 22:02:00 +00:00
Kris Kennaway
cd526025d6
portlint (fix whitespace)
2003-10-26 21:58:50 +00:00
Daichi GOTO
5b83770767
fix archivers/makeself: makeself.sh fails
...
PR: 54805
Submitted by: Andriy I Pylypenko <bamby@oranta.ua>
2003-07-28 05:09:23 +00:00
Sergey A. Osokin
e0c8232be1
Update to 2.1.2
...
PRs: 54099, 54130
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Approved by: fjoe (mentor) (implicit)
2003-07-06 18:40:45 +00:00
Foxfair Hu
e225729f50
PR: 48721
...
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Update to 2.1.1
2003-05-13 03:52:22 +00:00
Akinori MUSHA
7cc1393a93
De-pkg-comment.
2003-02-20 17:07:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
David W. Chapman Jr.
4999253ac2
Update MASTER_SITE to new location
...
Use EXTRACT_SUFX instead of DISTFILE since its only one file
Update distinfo to reflect new filename on new site
PR: 28382
Submitted by: Miguel Mendez <flynn@energyhq.org>
2001-07-07 03:47:49 +00:00
Ying-Chieh Liao
353fc9f863
change master site
...
PR: 27514
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
2001-05-22 17:21:42 +00:00
Satoshi Asami
5e5841f2cd
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
...
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Will Andrews
f67050feec
Unleash all of these ports upon the people. I no longer have any interest
...
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Michael Haro
59df8af48e
update with the new PORTNAME/PORTVERSION variables
2000-04-08 23:24:42 +00:00
Will Andrews
af4a01863e
Finish moving MAINTAINER for my ports.
...
andrews@technologist.com -> will@FreeBSD.org . :-)
Reminded by: asami
2000-03-22 01:59:41 +00:00
Chris D. Faulhaber
0181097937
Update port to 1.5.3
...
PR: 15755
Submitted by: Maintainer
1999-12-29 02:50:42 +00:00
Steve Price
ba8e8113c4
Distfile changed on MASTER_SITE.
1999-12-10 15:26:07 +00:00
Steve Price
35f9bb30c1
Moving makeself from misc to archivers. makeself is a shell script that
...
makes self-extracting shell scripts, and allows you to specify a "setup"
command to execute upon finishing.
1999-12-10 15:21:48 +00:00