1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- Update to 20080406

Changes:
	- Add support for long command line options
	- Implement -s command line option [1]
	- Minor ixes and improvements to the code [1]
	- Man page completion

Obtained from:	OpenBSD [1]
This commit is contained in:
Gabor Kovesdan 2008-04-08 15:20:25 +00:00
parent 2edf52a696
commit 4b4f9a8af1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210860
2 changed files with 6 additions and 4 deletions

View File

@ -6,15 +6,17 @@
#
PORTNAME= sort
PORTVERSION= 20070612
PORTVERSION= 20080406
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= gabor
PKGNAMEPREFIX= bsd-
WRKSRC= ${WRKDIR}/${PORTNAME}
MAINTAINER= gabor@FreeBSD.org
COMMENT= BSD-licensed version of sort from OpenBSD
MANCOMPRESSED= yes
MAN1= sort.1
PLIST_FILES= bin/sort

View File

@ -1,3 +1,3 @@
MD5 (sort-20070612.tar.gz) = b1cb740acec9d23a9ef65b5eb37dc074
SHA256 (sort-20070612.tar.gz) = 9204682c080444371047a1610c34b901f35666bdbe6ac953982324ec6f0c48c4
SIZE (sort-20070612.tar.gz) = 21190
MD5 (sort-20080406.tar.gz) = 68f4dad57bc8c01995ce9078b2db1bce
SHA256 (sort-20080406.tar.gz) = 7e9dc72138da959c764c2fc19c3abd3d48f6c9b00763279b6ea30b71a7427a32
SIZE (sort-20080406.tar.gz) = 86299