diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-12-20 02:40:52 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-12-20 02:40:52 +0000 |
commit | 8dba2b213ff8e6f1143a82f8b6a5c6caeac35a25 (patch) | |
tree | 959613b0940eda5dfa60c2544298bb049ad5a6f9 /devel | |
parent | 02e9e1a0a7d8d1ae3a9b65e7fa51e8862c489131 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/epm/Makefile | 6 | ||||
-rw-r--r-- | devel/epm/distinfo | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/devel/epm/Makefile b/devel/epm/Makefile index 924a20e1e273..4646b04f92cb 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -7,15 +7,21 @@ PORTNAME= epm PORTVERSION= 3.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= maho/openoffice.org DISTNAME= ${PORTNAME}-${PORTVERSION}-source EXTRACT_SUFX= .tar.bz2 +PATCH_DIST_STRIP= -p2 + MAINTAINER= openoffice@FreeBSD.org COMMENT= A free UNIX software/file packaging program +PATCHFILES+= epm-3.7.patch +PATCH_SITES+= http://installation.openoffice.org/ + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/devel/epm/distinfo b/devel/epm/distinfo index 664b93acfff3..905c53a820af 100644 --- a/devel/epm/distinfo +++ b/devel/epm/distinfo @@ -1,2 +1,4 @@ MD5 (epm-3.7-source.tar.bz2) = d1fd62aa8e38b8dcd32b821822cb29a8 SIZE (epm-3.7-source.tar.bz2) = 401222 +MD5 (epm-3.7.patch) = 45b782d55e0545355cb5ffe5292e13cc +SIZE (epm-3.7.patch) = 4013 |