summaryrefslogtreecommitdiff
path: root/archivers/makeself (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 2.1.3Kirill Ponomarev2004-05-094-20/+11
| | | | | | | | PR: ports/66391 Submitted by: Ports Fury Notes: svn path=/head/; revision=108739
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* portlint (variable ordering, explicit /usr/local and /usr/ports refs)Kris Kennaway2003-10-261-2/+2
| | | | Notes: svn path=/head/; revision=92249
* portlint (fix whitespace)Kris Kennaway2003-10-262-5/+5
| | | | Notes: svn path=/head/; revision=92248
* fix archivers/makeself: makeself.sh failsDaichi GOTO2003-07-283-0/+17
| | | | | | | | PR: 54805 Submitted by: Andriy I Pylypenko <bamby@oranta.ua> Notes: svn path=/head/; revision=85709
* Update to 2.1.2Sergey A. Osokin2003-07-064-7/+12
| | | | | | | | | PRs: 54099, 54130 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=84327
* PR: 48721Foxfair Hu2003-05-132-11/+8
| | | | | | | | Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Update to 2.1.1 Notes: svn path=/head/; revision=80876
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update MASTER_SITE to new locationDavid W. Chapman Jr.2001-07-072-3/+3
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=44854
* change master siteYing-Chieh Liao2001-05-221-1/+1
| | | | | | | | PR: 27514 Submitted by: Jeff Palmer <scorpio@drkshdw.org> Notes: svn path=/head/; revision=42927
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-4/+2
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=33101
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27419
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* Update port to 1.5.3Chris D. Faulhaber1999-12-292-4/+10
| | | | | | | | PR: 15755 Submitted by: Maintainer Notes: svn path=/head/; revision=24214
* Distfile changed on MASTER_SITE.Steve Price1999-12-101-1/+1
| | | | Notes: svn path=/head/; revision=23728
* Moving makeself from misc to archivers. makeself is a shell script thatSteve Price1999-12-105-0/+38
makes self-extracting shell scripts, and allows you to specify a "setup" command to execute upon finishing. Notes: svn path=/head/; revision=23727