diff options
author | lesi <lesi@FreeBSD.org> | 2007-07-03 01:25:42 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2007-07-03 01:25:42 +0800 |
commit | 4a2ff12490149df379ea6efaba99f362847c9a4b (patch) | |
tree | 034985dd9d969f4da288a436434665e05554c68e /x11-fonts | |
parent | 5d155285caf5094c18328c1592684d78423e6a90 (diff) | |
download | freebsd-ports-graphics-4a2ff12490149df379ea6efaba99f362847c9a4b.tar.gz freebsd-ports-graphics-4a2ff12490149df379ea6efaba99f362847c9a4b.tar.zst freebsd-ports-graphics-4a2ff12490149df379ea6efaba99f362847c9a4b.zip |
Update to 1.0.1.
Replace one line pkg-plist with PLIST_FILES.
PR: ports/113591
Submitted by: chinsan
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/bdftopcf/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/bdftopcf/distinfo | 6 | ||||
-rw-r--r-- | x11-fonts/bdftopcf/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-fonts/bdftopcf/Makefile b/x11-fonts/bdftopcf/Makefile index 9b34c3ca601..eca20dbe1b7 100644 --- a/x11-fonts/bdftopcf/Makefile +++ b/x11-fonts/bdftopcf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bdftopcf -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org @@ -15,6 +15,7 @@ COMMENT= Convert X font from BDF to PCF XORG_CAT= app USE_XORG= xfont +PLIST_FILES= bin/bdftopcf MAN1= bdftopcf.1 .include <bsd.port.mk> diff --git a/x11-fonts/bdftopcf/distinfo b/x11-fonts/bdftopcf/distinfo index df5967d8f54..6494eb18a40 100644 --- a/x11-fonts/bdftopcf/distinfo +++ b/x11-fonts/bdftopcf/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/bdftopcf-1.0.0.tar.bz2) = 41f4ac6760ef5e671ba8d4baa7236f12 -SHA256 (xorg/app/bdftopcf-1.0.0.tar.bz2) = 8c01b85eab01f35ed6bc9d597d4c6c76cf9ddbe2596d9120d66e66135df1f9a1 -SIZE (xorg/app/bdftopcf-1.0.0.tar.bz2) = 74756 +MD5 (xorg/app/bdftopcf-1.0.1.tar.bz2) = 9685fab33d39954ab8a0d22e0969d5a4 +SHA256 (xorg/app/bdftopcf-1.0.1.tar.bz2) = aaaa45ab361781aebda2093fdc7eb5c187f6215b4ba308dd6b9ff2b727e805d3 +SIZE (xorg/app/bdftopcf-1.0.1.tar.bz2) = 85499 diff --git a/x11-fonts/bdftopcf/pkg-plist b/x11-fonts/bdftopcf/pkg-plist deleted file mode 100644 index 2cab9edfa50..00000000000 --- a/x11-fonts/bdftopcf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/bdftopcf |