diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-22 02:21:26 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-22 02:21:26 +0000 |
commit | 46c1715420977f7a8ac4c36ffc355af179da1372 (patch) | |
tree | 800cab7dc2db228b4d8a5ab74a4def7c6e234efe /sysutils/apt/Makefile | |
parent | 1ad42afb215bbd44cf2dd0e3247febec3986bda4 (diff) | |
download | ports-46c1715420977f7a8ac4c36ffc355af179da1372.tar.gz ports-46c1715420977f7a8ac4c36ffc355af179da1372.zip |
Notes
Diffstat (limited to 'sysutils/apt/Makefile')
-rw-r--r-- | sysutils/apt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/apt/Makefile b/sysutils/apt/Makefile index 5909f7e37529..20d847cc6d7b 100644 --- a/sysutils/apt/Makefile +++ b/sysutils/apt/Makefile @@ -5,11 +5,10 @@ # $FreeBSD$ PORTNAME= apt -PORTVERSION= 0.6.46.4 -PORTREVISION= 1 +PORTVERSION= 0.6.46.4.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} -DISTNAME= apt_${PORTVERSION} +DISTNAME= apt_0.6.46.4-0.1 MAINTAINER= snb@threerings.net COMMENT= Advanced front-end for dpkg |