Commit Graph

1100 Commits

Author SHA1 Message Date
Chris Rees
d8fec0cdc6 Require versions of perl supporting smartmatch operator (~~)
Submitted by:	az
2013-05-29 19:20:52 +00:00
Chris Rees
9644ddfac7 Fix -c option
PR:		ports/178193
Submitted by:	tota
2013-05-12 16:17:21 +00:00
Chris Rees
36897c327b Use MAINTAINER line for Submitted by: if Created by: does not exist.
Still prefer Created by because we still don't use real
names in MAINTAINER lines (oh please let that change....)

Submitted by:	jgh (based on)
2013-05-12 16:13:12 +00:00
Sofian Brabez
f88bb82d5f - Use literal instead of constructor to avoid CALL_FUNCTION bytecode instruction
- Add add_patch method [1]
- Update README wording and fix typo

PR:		ports/175984 [1]
Submitted by:	Christoph Mallon <christoph.mallon at gmx.de>
2013-05-09 22:02:15 +00:00
Emanuel Haupt
66523405ff Normalize FreeBSD.org address during conversion. 2013-05-07 10:18:25 +00:00
Alex Kozlov
af917ed27d - Remove Tools/scripts/modules, they're not used anymore
Approved by:	edwin (maintainer), portmgr (bapt)
2013-04-26 15:04:52 +00:00
Emanuel Haupt
ecf278e4b2 Add pgollucci's FreeBSD.org address also to the list of nice people.
Requested by:	pgollucci
2013-04-25 05:43:31 +00:00
Emanuel Haupt
6f38e7ac9a Provide an option to not preserve the original file.
Requested by:	eadler
2013-04-24 19:12:52 +00:00
Emanuel Haupt
c223904bcc Use case insensitive "nice people" matching 2013-04-24 18:15:44 +00:00
Emanuel Haupt
15a5a2f676 - Rework 'nice people' handling
- Properly handle non-default $MCom RCS strings
2013-04-24 16:54:22 +00:00
Bryan Drewery
9b3f2ef5eb - Update to 0.1.3 which only brings a -v option to allow
supporting older versions for the stdout/stderr switching

Approved by:	Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
With hat:	portmgr
2013-03-28 11:05:28 +00:00
Erwin Lansing
47bf8384e8 Replace linebreak with space instead of comma in address
list, to make the for loop lateron actually work.
2013-03-27 14:03:35 +00:00
Bryan Drewery
90f985c324 Revert to sending both stdout and stderr to the OPTIONSFILE for now
as this change was not backwards compatible. A more robust solution
checking the installed version and auto updating is needed.

Pointyhat to:	bdrewery
With hat:	portmgr
2013-03-25 15:58:55 +00:00
Bryan Drewery
04b2b7910d - Update to 0.1.2
Changes:
  - Use stderr as the old dialog did, which fixes usage inside
    of jails
  - Add D4PMINHEIGHT and D4PALIGNCENTER (see dialog4ports(1))

Approved by:	Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
With hat:	portmgr
2013-03-25 11:33:20 +00:00
Bryan Drewery
cca914e0f6 - Fix dialog4ports missing when PREFIX!=LOCALBASE
PR:		ports/177174
Reported by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
With hat:	portmgr
2013-03-21 11:13:49 +00:00
Bryan Drewery
becd92b496 - Remove prompt for dialog4ports. Dialog4Ports is a
required part of ports 'make config' now. This is seen
  as not much different than any other dependency.
- Allow dialog4ports to work with INSTALL_AS_USER
  by building and using the port's WRKDIR version
  through a Tools/scripts wrapper
- Add NO_DIALOG for 'config' as well.
- Fix D4P environment variables not passing to dialog4ports:
  D4PHEIGHT, D4PWIDTH, D4PFULLSCREEN

Reviewed by:	miwi, bapt, rum1cro@yandex.ru
Tested by:	miwi, bapt, rum1cro@yandex.ru
Tested by:	bdrewery (small exp-run)
Requested by:	many
2013-03-21 02:55:32 +00:00
Baptiste Daroussin
a24b31bac2 Make check_deps behave the same as check_PRs:
propose to skip removing a port if anything depends on it, instead of infinite looping on "ignore the issue"
2013-03-09 23:49:02 +00:00
Erwin Lansing
15492abcf3 Remove support for FreeBSD 7.x 2013-03-07 14:19:12 +00:00
Chris Rees
4d5eec6a61 Don't hardcode make
Submitted by:	az
2013-03-03 17:40:36 +00:00
Chris Rees
bf3ef9b9ab Apparently some people override PKGCATEGORY, so
manually extract it from CATEGORIES again.

Discovered by:	dinoex
2013-03-03 16:55:54 +00:00
Brooks Davis
d14273e267 Add myself to the list of people who don't need a Created by: line. 2013-02-28 17:28:50 +00:00
Eitan Adler
824beae468 Loosen regex to match additional emails
Add makc's alternate email

Submitted by:	makc
2013-02-16 15:47:16 +00:00
Thomas Abthorpe
62d87cd1c8 - I hereby declare myself a "nice" person 2013-02-16 01:40:00 +00:00
Chris Rees
0dd7579209 Various spelling corrections
PR:		ports/175331
Submitted by:	Christoph Mallon
Approved by:	No objections within three weeks from any maintainer

While here, style and duplicate phrase fixes in bsdcflow pkg-descr

Submitted by:	mi
2013-02-09 12:00:52 +00:00
Chris Rees
3c8ccab1c6 Add some checks for Subversion; minimum version required is 1.7, or adding
ports with subdirectories fails because of scattered .svn directories.

Original issue reported by:	netchild
2013-02-03 09:51:29 +00:00
Eitan Adler
7ad795303f Add az
Fix regex - I had this locally but forgot to commit
2012-12-17 03:32:03 +00:00
Eitan Adler
cc6b842741 Make the regex stricter to avoid false positive matches
Add kuriyama to the list
Add bapt's alternate email to the list
2012-12-16 16:40:34 +00:00
Eitan Adler
c0efdaffe0 Covert gnomedepends.py from Python 2 to Python 3.
No objections from:	sobomax
2012-12-15 22:07:24 +00:00
Eitan Adler
3965d0dfd7 Add both of pgollucci's email addresses
Add rm's alternate email address
Add wxs

If anyone else wants to be added please email me so we could batch them up into one set.
2012-12-15 21:27:08 +00:00
Chris Rees
93f0183611 I and Philip are Nice People 2012-12-15 17:49:05 +00:00
Eitan Adler
5fd42832d1 Teach the conversion script about all the nice people that offered to reduce the number of wasted bytes in the world 2012-12-15 17:05:45 +00:00
Eitan Adler
39ab86d88a Teach convert-makefile-header about the mcom header line.
Don't remove this when doing the conversion.
2012-12-15 15:16:15 +00:00
Bryan Drewery
5fc8f5e96e prdone and prpatch were removed in r297358 2012-12-12 02:02:15 +00:00
Chris Rees
10cfa863de Strip svn:executable just in case it's been set
Reported by:	db
2012-12-09 18:59:45 +00:00
Eitan Adler
a3f7fb53bb Document tool which converts from old style header to new style
Feature safe:	yes
2012-11-28 18:06:21 +00:00
Sofian Brabez
f765f75803 - Fix runtime utf-8 problems using codec encoder and system locale
PR:		ports/173195
Submitted by:	rm
Reviewed by:	sbz (myself)
Feature safe:	yes
2012-11-05 21:14:54 +00:00
Emanuel Haupt
1f0745998b Use the 'Created by:' header option per default rather than the RCS only
header.

Suggested by:	adamw
Feature safe:	yes
2012-10-30 10:17:53 +00:00
Emanuel Haupt
413a4efb06 Add convert-makefile-header.pl, a perl script that converts old style Makefile
headers to the new format.

Feature safe: yes
2012-10-29 12:18:43 +00:00
Chris Rees
bcc0be2d81 Freefall doesn't have LWP::Simple, so use /usr/bin/fetch to reduce dependencies
Noticed by:	thierry
Feature safe:	yes
2012-10-29 11:37:56 +00:00
Guido Falsi
7312e64f64 - Fix reference to the Additional Contributors' list due to renaming
to .xml in r39631

Approved by:	crees
Feature safe:	yes
2012-10-25 21:30:57 +00:00
Erwin Lansing
fd888aae84 Silence svn update commands.
Feature safe:	yes
2012-10-21 11:46:00 +00:00
Beat Gaetzi
e9ba4e7a77 - Sync with the versions currently running on pointyhat
- Use Subversion instead of CVS

Approved by:	erwin (maintainer)
Feature safe:	yes
2012-10-20 10:36:27 +00:00
Erwin Lansing
5624d82eb2 Sync with the version that's currently running on pointyhat:
- be less verbose to be more friendly to running from cron
- I've been running this script for several years now,
  not Kris
- Send me a copy of the output for debugging

Feature safe:	yes
2012-10-19 14:49:25 +00:00
Eitan Adler
e61f04a29c Add MOVEDLint checks for some of the other formatting problems
seen in MOVED lines.

Feature safe:	yes
2012-10-15 21:34:19 +00:00
Alex Dupre
7185e69c75 Clean-up command-line options.
Approved by:	crees
2012-10-09 15:55:15 +00:00
Eitan Adler
3152b4bd9f Make the removal diff nicer to read by not showing the line-by-line removal and instead replace it with "FILE has been deleted"
Reviewed by:	crees
2012-09-23 17:56:10 +00:00
Olli Hauer
5547c29967 - prefix saved files (PR/patches) with PR_$num
PR:		ports/171853
Submitted by:	ohauer
Approved by:	miwi (maintainer) explicit per PM
2012-09-23 17:12:59 +00:00
Chris Rees
84a9fa5eb6 bsd.port.mk handles getting the primary category for us
Since Created by: line appears to be popular, get Submitted by: from that

Old-style Makefile headers should no longer be used
2012-09-20 19:25:59 +00:00
Sofian Brabez
585bd71a35 - Fix bytes problem returned by urlopen when using Python 3.x 2012-09-17 16:34:54 +00:00
Chris Rees
028474b3d4 Accepts the new svn_revision tag in the removed ports xml database.
Apologies for the complexity of the code; it's optimised for speed.  Soon I
will be able to remove the section working with dates.
2012-09-16 13:31:39 +00:00